TextMate: C syntax is correct for (light)

This commit is contained in:
deplorableword 2011-04-14 07:55:46 +01:00
parent 06c2d4e46e
commit c76254d633

View file

@ -1213,7 +1213,7 @@
<key>name</key> <key>name</key>
<string>C: Function</string> <string>C: Function</string>
<key>scope</key> <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> <key>settings</key>
<dict> <dict>
<key>fontStyle</key> <key>fontStyle</key>
@ -1222,6 +1222,32 @@
<string>#536871</string> <string>#536871</string>
</dict> </dict>
</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> <dict>
<key>name</key> <key>name</key>
<string>diff: header</string> <string>diff: header</string>