package.json

changeset 22
24bbbfc71c1b
parent 21
1dc4f331d3d5
child 23
6ec219fa34fc
equal deleted inserted replaced
21:1dc4f331d3d5 22:24bbbfc71c1b
83 "meta.embedded.block.latex": "latex" 83 "meta.embedded.block.latex": "latex"
84 } 84 }
85 } 85 }
86 ], 86 ],
87 "configurationDefaults": { 87 "configurationDefaults": {
88 "[latexplus]": { 88 "editor.tokenColorCustomizations": {
89 "editor.tokenColorCustomizations": { 89 "textMateRules": [
90 "textMateRules": [ 90 {
91 { 91 "scope": "entity.name.todo.latex",
92 "scope": "entity.name.todo.latex", 92 "settings": {
93 "settings": { 93 "foreground": "#d17000",
94 "foreground": "#d17000", 94 "fontStyle": "italic"
95 "fontStyle": "italic"
96 }
97 },
98 {
99 "scope": "support.function.todo.latex",
100 "settings": {
101 "foreground": "#d17000",
102 "fontStyle": "italic"
103 }
104 },
105 {
106 "scope": "entity.name.footnote.latex",
107 "settings": {
108 "foreground": "#e28000",
109 "fontStyle": "italic"
110 }
111 },
112 {
113 "scope": "support.function.footnote.latex",
114 "settings": {
115 "foreground": "#e28000",
116 "fontStyle": "italic"
117 }
118 } 95 }
119 ] 96 },
120 } 97 {
98 "scope": "support.function.todo.latex",
99 "settings": {
100 "foreground": "#d17000",
101 "fontStyle": "italic"
102 }
103 },
104 {
105 "scope": "entity.name.footnote.latex",
106 "settings": {
107 "foreground": "#e28000",
108 "fontStyle": "italic"
109 }
110 },
111 {
112 "scope": "support.function.footnote.latex",
113 "settings": {
114 "foreground": "#e28000",
115 "fontStyle": "italic"
116 }
117 }
118 ]
121 } 119 }
122 } 120 }
123 } 121 }
124 } 122 }

mercurial