Skip to content

Commit

Permalink
enable variable.function for non-js
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Mar 8, 2017
1 parent 9b57f0a commit 6255e01
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Solarized (light).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,15 @@
</dict>
<dict>
<key>name</key>
<string>Variable Function</string>
<key>scope</key>
<string>variable.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#b58900</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable Language</string>
Expand All @@ -156,6 +165,8 @@
<string>#d33682</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword</string>
Expand Down Expand Up @@ -1210,17 +1221,6 @@
<string>#657b83</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JavaScript Functions</string>
<key>scope</key>
<string>variable.function.js</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#b58900</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JavaScript punctation inside class</string>
Expand Down

0 comments on commit 6255e01

Please sign in to comment.