mirror of
https://github.com/altercation/solarized
synced 2024-11-21 19:23:02 +00:00
fixed up the plain HTML view
This commit is contained in:
parent
015fd38f71
commit
acd7cc9977
1 changed files with 16 additions and 3 deletions
|
@ -613,7 +613,7 @@
|
|||
<key>name</key>
|
||||
<string>HTML: Text</string>
|
||||
<key>scope</key>
|
||||
<string>text.html.basic, text.html.ruby</string>
|
||||
<string>text.html.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
|
@ -637,7 +637,7 @@
|
|||
<key>name</key>
|
||||
<string>HTML: =</string>
|
||||
<key>scope</key>
|
||||
<string>text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html</string>
|
||||
<string>text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
|
@ -661,7 +661,7 @@
|
|||
<key>name</key>
|
||||
<string>HTML: "</string>
|
||||
<key>scope</key>
|
||||
<string>text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin</string>
|
||||
<string>text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html </string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
|
@ -683,6 +683,19 @@
|
|||
<string>#1F74CF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>HTML: >text<</string>
|
||||
<key>scope</key>
|
||||
<string>text.html.basic</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#6A58BE</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>HTML: <style></string>
|
||||
|
|
Loading…
Reference in a new issue