Skip to content

Commit

Permalink
Add support for JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Mar 9, 2017
1 parent 4745729 commit e8f3e74
Showing 1 changed file with 66 additions and 13 deletions.
79 changes: 66 additions & 13 deletions themes/hybrid-next.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,12 @@
</dict>
<dict>
<key>name</key>
<string>Separator (Properties)</string>
<string>Separator (Properties/(S)CSS/JSON/YAML)</string>
<key>scope</key>
<string>punctuation.separator.key-value.properties</string>
<string>
punctuation.separator.key-value,
punctuation.separator.dictionary.key-value
</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down Expand Up @@ -457,17 +460,6 @@
<string>#8abeb7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Seperator Key Value (S/CSS)</string>
<key>scope</key>
<string>punctuation.separator.key-value</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8abeb7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Punctuation Terminator (S/CSS/JS)</string>
Expand Down Expand Up @@ -765,6 +757,67 @@
<string>#8abeb7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Punctuation (JSON)</string>
<key>scope</key>
<string>punctuation.definition.dictionary</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f0c674</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Quotes (JSON)</string>
<key>scope</key>
<string>
punctuation.support.type.property-name,
punctuation.definition.string
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6c7a80</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constants (JSON)</string>
<key>scope</key>
<string>support.type.property-name.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#81a2be</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comma (JSON)</string>
<key>scope</key>
<string>punctuation.separator.dictionary.pair.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8abeb7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Array (JSON)</string>
<key>scope</key>
<string>
punctuation.definition.array.begin.json,
punctuation.definition.array.end.json
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#cc6666</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>d8d5e82e-3d5b-46b5-b38e-8c841c21347d</string>
Expand Down

0 comments on commit e8f3e74

Please sign in to comment.