mirror of
https://github.com/altercation/solarized
synced 2024-11-24 20:53:03 +00:00
Latex test file is now pretty close to Vim
This commit is contained in:
parent
fab9b7de46
commit
45d38d53e7
1 changed files with 15 additions and 2 deletions
|
@ -1434,7 +1434,7 @@
|
|||
<key>name</key>
|
||||
<string>Tex: Math \\</string>
|
||||
<key>scope</key>
|
||||
<string>punctuation.definition.constant.math.tex, text.tex.latex constant.other.general.math.tex</string>
|
||||
<string>punctuation.definition.constant.math.tex</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
|
@ -1486,7 +1486,7 @@
|
|||
<key>name</key>
|
||||
<string>Tex: \label</string>
|
||||
<key>scope</key>
|
||||
<string>keyword.control.label.latex</string>
|
||||
<string>keyword.control.label.latex, text.tex.latex constant.other.general.math.tex</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
|
@ -1558,6 +1558,19 @@
|
|||
<string>italic</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Tex: Reference Label</string>
|
||||
<key>scope</key>
|
||||
<string>keyword.control.ref.latex</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#269186</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Python: storage</string>
|
||||
|
|
Loading…
Reference in a new issue