Skip to content

Commit

Permalink
add missing scopes re: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Mar 8, 2017
1 parent 6255e01 commit c7ecf24
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion Solarized (light).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,29 @@
<key>name</key>
<string>Class</string>
<key>scope</key>
<string>keyword.control.class, meta.class, entity.name.class, entity.name.type.class</string>
<string>keyword.control.class, meta.class, entity.name, entity.name.class, entity.name.type.class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#b58900</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Inherited Class</string>
<key>scope</key>
<string>entity.other.inherited-class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#268bd2</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Attribute</string>
<key>scope</key>
<string>entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down

0 comments on commit c7ecf24

Please sign in to comment.