Latex test file is now pretty close to Vim

This commit is contained in:
deplorableword 2011-04-16 14:29:23 +01:00
parent fab9b7de46
commit 45d38d53e7

View file

@ -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>