Skip to content

Commit b261fa5

Browse files
committed
added italic HTML attributes for Operator Mono
1 parent 70e0f7c commit b261fa5

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

cobalt2.tmTheme

+29-3
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@
888888
<string>#ffc600</string>
889889
</dict>
890890
</dict>
891-
891+
892892
<dict>
893893
<key>name</key>
894894
<string>BEM Modifier Invalid HTML Comment</string>
@@ -902,8 +902,8 @@
902902
<string>#17344A</string>
903903
</dict>
904904
</dict>
905-
906-
<!--
905+
906+
<!--
907907
Markdown Tweaks
908908
-->
909909
<dict>
@@ -940,6 +940,32 @@
940940
</dict>
941941

942942

943+
<!--
944+
Operator Tweaks
945+
-->
946+
<dict>
947+
<key>name</key>
948+
<string>Italic HTML attribute names</string>
949+
<key>scope</key>
950+
<string>
951+
, entity.other.attribute-name.html,
952+
, entity.other.attribute-name.event.html,
953+
, entity.other.attribute-name.id.html,
954+
, entity.other.attribute-name.tag.jade,
955+
, constant.other.symbol.ruby,
956+
</string>
957+
<key>settings</key>
958+
<dict>
959+
<key>foreground</key>
960+
<string>#ffc600</string>
961+
<key>fontStyle</key>
962+
<string>italic</string>
963+
</dict>
964+
</dict>
965+
966+
967+
968+
943969

944970
</array>
945971
<key>uuid</key>

0 commit comments

Comments
 (0)