2013-08-19 4 views

답변

0

와우. 그것은 정말 간단합니다

<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> 
:

은 그냥 색상에 추가

관련 문제