Skip to content

Commit

Permalink
more JavaScript highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
rse committed Apr 22, 2015
1 parent de54551 commit 8e1c216
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions RSE.tmTheme
Expand Up @@ -551,6 +551,28 @@
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JS</string>
<key>scope</key>
<string>constant.other.object.key.js, string.unquoted.label.js</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JS: Function Name</string>
<key>scope</key>
<string>meta.function.arrow.js</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#408edc</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JS: Source</string>
Expand Down Expand Up @@ -691,13 +713,13 @@
<key>name</key>
<string>HTML: =</string>
<key>scope</key>
<string>text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html</string>
<string>text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#81b5e8</string>
<string>#408edc</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit 8e1c216

Please sign in to comment.