Skip to content

Commit 925116f

Browse files
committed
Remove blue highlighting for package names in LaTeX preamble
1 parent 404f3f2 commit 925116f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Brackets Dark.sublime-color-scheme

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,11 @@
10781078
"scope": "text.tex variable.parameter.bracket",
10791079
"foreground": "var(textcolor)"
10801080
},
1081+
{
1082+
"name": "LaTeX package name",
1083+
"scope": "text.tex meta.preamble support.class",
1084+
"foreground": "var(textcolor)"
1085+
},
10811086
{
10821087
"name": "BibTeX citation-key",
10831088
"scope": "text.bibtex entity.name.type.entry-key",

Brackets Light.sublime-color-scheme

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,11 @@
10781078
"scope": "text.tex variable.parameter.bracket",
10791079
"foreground": "var(textcolor)"
10801080
},
1081+
{
1082+
"name": "LaTeX package name",
1083+
"scope": "text.tex meta.preamble support.class",
1084+
"foreground": "var(textcolor)"
1085+
},
10811086
{
10821087
"name": "BibTeX citation-key",
10831088
"scope": "text.bibtex entity.name.type.entry-key",

0 commit comments

Comments
 (0)