Skip to content

Commit

Permalink
Added tag coloration for scss (sass)
Browse files Browse the repository at this point in the history
Tag in Sass has same color as the classes, so I add em to be different.
I am also considering changing color on this entity since it is very
poor distinction between classes and IDs
  • Loading branch information
joviczarko committed Feb 29, 2016
1 parent b93a07b commit 0b3b120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brogrammer.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<key>name</key>
<string>css tag-name</string>
<key>scope</key>
<string>meta.selector.css entity.name.tag</string>
<string>meta.selector.css entity.name.tag, entity.name.tag.css.sass.symbol</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down

0 comments on commit 0b3b120

Please sign in to comment.