Skip to content

Instantly share code, notes, and snippets.

@greypants
Created November 13, 2015 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greypants/ab7579ec59d749666a70 to your computer and use it in GitHub Desktop.
Save greypants/ab7579ec59d749666a70 to your computer and use it in GitHub Desktop.
<dict>
<key>name</key>
<string>,</string>
<key>scope</key>
<string>meta.delimiter.comma</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4E566B</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>;</string>
<key>scope</key>
<string>punctuation.terminator.statement</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4E566B</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>{}</string>
<key>scope</key>
<string>meta.brace.curly</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4E566B</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>()</string>
<key>scope</key>
<string>meta.brace.round</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4E566B</string>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment