mirror of
https://github.com/altercation/solarized
synced 2024-11-22 03:33:03 +00:00
TextMate: C syntax is correct for (light)
This commit is contained in:
parent
06c2d4e46e
commit
c76254d633
1 changed files with 27 additions and 1 deletions
|
@ -1213,7 +1213,7 @@
|
|||
<key>name</key>
|
||||
<string>C: Function</string>
|
||||
<key>scope</key>
|
||||
<string>support.function.C99.c</string>
|
||||
<string>support.function.C99.c, support.function.any-method.c, entity.name.function.c</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
|
@ -1222,6 +1222,32 @@
|
|||
<string>#536871</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>C: "</string>
|
||||
<key>scope</key>
|
||||
<string>punctuation.definition.string.begin.c, punctuation.definition.string.end.c</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#269186</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>C: Storage Type</string>
|
||||
<key>scope</key>
|
||||
<string>storage.type.c</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#A57800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>diff: header</string>
|
||||
|
|
Loading…
Reference in a new issue