Skip to content

Commit

Permalink
fixes #122
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiewilson committed Feb 9, 2016
1 parent a228feb commit d892856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions messages/2.0.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.0.2 - Patch to improve ST 3103 JS Syntax Highlighting (https://github.com/jamiewilson/predawn/issues/122)
6 changes: 3 additions & 3 deletions predawn.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ COLOR KEY
<key>name</key>
<string>Entity</string>
<key>scope</key>
<string>entity, meta.function.js</string>
<string>entity, meta.function.js, variable.function.js, meta.group.braces.round.function.arguments.js</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand All @@ -122,7 +122,7 @@ COLOR KEY
<key>name</key>
<string>Handlebars Text</string>
<key>scope</key>
<string>text.html.handlebars</string>
<string>text.html.handlebars, variable.other.dollar.js, variable.other.readwrite.js, meta.property.object.js, constant.other.object.key.js, constant.other.object.key.js string.unquoted.label.js, variable.parameter.function.js</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down Expand Up @@ -703,7 +703,7 @@ COLOR KEY
<key>name</key>
<string>@media</string>
<key>scope</key>
<string>meta.at-rule.media.css, meta.at-rule.media.scss</string>
<string>meta.at-rule.media.css, meta.at-rule.media.scss, source.scss meta.property-list.scss meta.property-value.scss variable.scss variable.scss</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down

0 comments on commit d892856

Please sign in to comment.