@@ -270,26 +270,35 @@ export const javascriptScopeSupport: LanguageScopeSupportFacetMap = {
270270 "type.cast" : notApplicable ,
271271 "type.class" : notApplicable ,
272272 "type.field.class" : notApplicable ,
273- "type.field.interface" : notApplicable ,
274273 "type.foreach" : notApplicable ,
275- "type.interface" : notApplicable ,
276- "type.enum" : notApplicable ,
277274 "type.return" : notApplicable ,
278275 "type.variable" : notApplicable ,
279276 "type.typeArgument" : notApplicable ,
280277 "type.typeArgument.iteration" : notApplicable ,
281278 "type.iteration.block" : notApplicable ,
282279 "type.iteration.class" : notApplicable ,
283- "type.iteration.interface" : notApplicable ,
284280 "type.iteration.document" : notApplicable ,
285281 "value.typeAlias" : notApplicable ,
286282
287283 // Interface
288284 "statement.interface" : notApplicable ,
289285 "statement.field.interface" : notApplicable ,
290286 "statement.iteration.interface" : notApplicable ,
291- "interior.interface" : notApplicable ,
292287 "name.interface" : notApplicable ,
293288 "name.field.interface" : notApplicable ,
294289 "name.iteration.interface" : notApplicable ,
290+ "type.interface" : notApplicable ,
291+ "type.field.interface" : notApplicable ,
292+ "type.iteration.interface" : notApplicable ,
293+ "interior.interface" : notApplicable ,
294+
295+ // Enum
296+ "statement.enum" : notApplicable ,
297+ "name.enum" : notApplicable ,
298+ "name.field.enum" : notApplicable ,
299+ "name.iteration.enum" : notApplicable ,
300+ "value.field.enum" : notApplicable ,
301+ "value.iteration.enum" : notApplicable ,
302+ "type.enum" : notApplicable ,
303+ "interior.enum" : notApplicable ,
295304} ;
0 commit comments