Skip to content

Commit

Permalink
added italic HTML attributes for Operator Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Feb 23, 2016
1 parent 70e0f7c commit b261fa5
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions cobalt2.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@
<string>#ffc600</string>
</dict>
</dict>

<dict>
<key>name</key>
<string>BEM Modifier Invalid HTML Comment</string>
Expand All @@ -902,8 +902,8 @@
<string>#17344A</string>
</dict>
</dict>
<!--

<!--
Markdown Tweaks
-->
<dict>
Expand Down Expand Up @@ -940,6 +940,32 @@
</dict>


<!--
Operator Tweaks
-->
<dict>
<key>name</key>
<string>Italic HTML attribute names</string>
<key>scope</key>
<string>
, entity.other.attribute-name.html,
, entity.other.attribute-name.event.html,
, entity.other.attribute-name.id.html,
, entity.other.attribute-name.tag.jade,
, constant.other.symbol.ruby,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffc600</string>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>





</array>
<key>uuid</key>
Expand Down

0 comments on commit b261fa5

Please sign in to comment.