2013-08-19 3 views

ответ

0

Wow. это действительно просто:

Просто добавьте это в вашей цветовой схеме:

<dict> 
      <key>scope</key> 
      <string>punctuation.section.embedded.begin.asp</string> 
      <key>settings</key> 
      <dict> 
       <key>foreground</key> 
       <string>#000000</string> 
       <key>background</key> 
       <string>#FFCC00</string> 
      </dict> 
     </dict> 
     <dict> 
      <key>scope</key> 
      <string>punctuation.section.embedded.end.asp</string> 
      <key>settings</key> 
      <dict> 
       <key>foreground</key> 
       <string>#000000</string> 
       <key>background</key> 
       <string>#FFCC00</string> 
      </dict> 
     </dict> 

     <dict> 
      <key>scope</key> 
      <string>source.asp.embedded.html</string> 
      <key>settings</key> 
      <dict> 
       <key>foreground</key> 
       <string>#ffffff</string> 
       <key>background</key> 
       <string>#326f76</string> 
      </dict> 
     </dict>