File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ export const javascriptScopeSupport: LanguageScopeSupportFacetMap = {
233233 "type.cast" : notApplicable ,
234234 "type.field" : notApplicable ,
235235 "type.field.iteration" : notApplicable ,
236+ "type.foreach" : notApplicable ,
236237 "type.interface" : notApplicable ,
237238 "type.enum" : notApplicable ,
238239 "type.return" : notApplicable ,
Original file line number Diff line number Diff line change @@ -28,14 +28,17 @@ export const typescriptScopeSupport: LanguageScopeSupportFacetMap = {
2828
2929 /* NOT APPLICABLE */
3030
31+ // Element and tags
3132 element : notApplicable ,
3233 tags : notApplicable ,
3334 startTag : notApplicable ,
3435 endTag : notApplicable ,
3536 attribute : notApplicable ,
3637 "key.attribute" : notApplicable ,
3738 "value.attribute" : notApplicable ,
38- "type.foreach" : notApplicable ,
3939 "interior.element" : notApplicable ,
4040 "textFragment.element" : notApplicable ,
41+
42+ // Miscellaneous
43+ "type.foreach" : notApplicable ,
4144} ;
You can’t perform that action at this time.
0 commit comments