|
111 | 111 | "support.type.property-name.css", |
112 | 112 | "meta.definition.variable", |
113 | 113 | "variable.object.property", |
114 | | - "entity.other.attribute-name.html" |
| 114 | + "entity.other.attribute-name.html", |
| 115 | + "variable.other.readwrite", |
| 116 | + "variable.parameter" |
115 | 117 | ], |
116 | 118 | "settings": { |
117 | | - "foreground": "#574b90" |
| 119 | + "foreground": "#1c98bf" |
118 | 120 | } |
119 | 121 | }, |
120 | 122 | { |
|
127 | 129 | "foreground": "#ea8685" |
128 | 130 | } |
129 | 131 | }, |
| 132 | + { |
| 133 | + "name": "Enclose", |
| 134 | + "scope": ["entity.name.tag.block.any", "meta.tag.block.any.html"], |
| 135 | + "settings": { |
| 136 | + "foreground": "#1d5b79" |
| 137 | + } |
| 138 | + }, |
130 | 139 | { |
131 | 140 | "name": "Boolean, null", |
132 | 141 | "scope": ["constant.language.json", "constant.language.null"], |
|
138 | 147 | "name": "String", |
139 | 148 | "scope": ["string.quoted", "string.quoted", "string.template"], |
140 | 149 | "settings": { |
141 | | - "foreground": "#17b36a" |
142 | | - } |
143 | | - }, |
144 | | - { |
145 | | - "name": "Type", |
146 | | - "scope": ["storage.type"], |
147 | | - "settings": { |
148 | | - "foreground": "#f19066" |
| 150 | + "foreground": "#009688" |
149 | 151 | } |
150 | 152 | }, |
151 | 153 | { |
152 | | - "name": "Keyword", |
153 | | - "scope": ["keyword.control"], |
| 154 | + "name": "Type, Keyword", |
| 155 | + "scope": ["storage.type", "keyword.control", "storage.modifier.ts"], |
154 | 156 | "settings": { |
155 | | - "foreground": "#d8b6b6" |
| 157 | + "foreground": "#7e7eb9" |
156 | 158 | } |
157 | 159 | }, |
158 | 160 | { |
159 | 161 | "name": "Block", |
160 | | - "scope": ["meta.block", "meta.object.member"], |
| 162 | + "scope": [ |
| 163 | + "meta.block", |
| 164 | + "meta.object.member", |
| 165 | + "entity.name.type.class", |
| 166 | + "entity.other.inherited-class" |
| 167 | + ], |
161 | 168 | "settings": { |
162 | | - "foreground": "#fa8231" |
| 169 | + "foreground": "#c57f97" |
163 | 170 | } |
164 | 171 | }, |
165 | 172 | { |
166 | 173 | "name": "Comment", |
167 | 174 | "scope": ["comment", "punctuation.definition.comment"], |
168 | 175 | "settings": { |
169 | 176 | "fontStyle": "italic", |
170 | | - "foreground": "#5b758a" |
| 177 | + "foreground": "#c1cbd4" |
171 | 178 | } |
172 | 179 | }, |
173 | 180 | { |
|
179 | 186 | "settings": { |
180 | 187 | "foreground": "#6a89cc" |
181 | 188 | } |
| 189 | + }, |
| 190 | + { |
| 191 | + "name": "Method", |
| 192 | + "scope": [ |
| 193 | + "meta.definition.method", |
| 194 | + "meta.method.declaration", |
| 195 | + "storage.type" |
| 196 | + ], |
| 197 | + "settings": { |
| 198 | + "foreground": "#2a80cc" |
| 199 | + } |
| 200 | + }, |
| 201 | + { |
| 202 | + "name": "Typescript type", |
| 203 | + "scope": ["entity.name.type", "support.type.primitive"], |
| 204 | + "settings": { |
| 205 | + "foreground": "#9f8bb9" |
| 206 | + } |
182 | 207 | } |
183 | 208 | ] |
184 | 209 | } |
0 commit comments