File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -158,9 +158,9 @@ export const cssScopeSupport: LanguageScopeSupportFacetMap = {
158158 "type.field" : notApplicable ,
159159 "type.foreach" : notApplicable ,
160160 "type.interface" : notApplicable ,
161- "type.return" : notApplicable ,
162161 "type.resource" : notApplicable ,
163162 "type.resource.iteration" : notApplicable ,
163+ "type.return" : notApplicable ,
164164 "type.typeArgument.iteration" : notApplicable ,
165165 "type.typeArgument" : notApplicable ,
166166 "type.variable" : notApplicable ,
Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ export const htmlScopeSupport: LanguageScopeSupportFacetMap = {
129129 "type.field" : notApplicable ,
130130 "type.foreach" : notApplicable ,
131131 "type.interface" : notApplicable ,
132- "type.return" : notApplicable ,
133132 "type.resource" : notApplicable ,
134133 "type.resource.iteration" : notApplicable ,
134+ "type.return" : notApplicable ,
135135 "type.typeArgument.iteration" : notApplicable ,
136136 "type.typeArgument" : notApplicable ,
137137 "type.variable" : notApplicable ,
Original file line number Diff line number Diff line change @@ -154,9 +154,9 @@ export const jsonScopeSupport: LanguageScopeSupportFacetMap = {
154154 "type.field.iteration" : notApplicable ,
155155 "type.foreach" : notApplicable ,
156156 "type.interface" : notApplicable ,
157- "type.return" : notApplicable ,
158157 "type.resource" : notApplicable ,
159158 "type.resource.iteration" : notApplicable ,
159+ "type.return" : notApplicable ,
160160 "type.typeArgument" : notApplicable ,
161161 "type.typeArgument.iteration" : notApplicable ,
162162 "type.variable" : notApplicable ,
Original file line number Diff line number Diff line change @@ -151,9 +151,9 @@ export const markdownScopeSupport: LanguageScopeSupportFacetMap = {
151151 "type.field.iteration" : notApplicable ,
152152 "type.foreach" : notApplicable ,
153153 "type.interface" : notApplicable ,
154- "type.return" : notApplicable ,
155154 "type.resource" : notApplicable ,
156155 "type.resource.iteration" : notApplicable ,
156+ "type.return" : notApplicable ,
157157 "type.typeArgument" : notApplicable ,
158158 "type.typeArgument.iteration" : notApplicable ,
159159 "type.variable" : notApplicable ,
Original file line number Diff line number Diff line change @@ -149,9 +149,9 @@ export const scmScopeSupport: LanguageScopeSupportFacetMap = {
149149 "type.field.iteration" : notApplicable ,
150150 "type.foreach" : notApplicable ,
151151 "type.interface" : notApplicable ,
152- "type.return" : notApplicable ,
153152 "type.resource" : notApplicable ,
154153 "type.resource.iteration" : notApplicable ,
154+ "type.return" : notApplicable ,
155155 "type.typeArgument" : notApplicable ,
156156 "type.typeArgument.iteration" : notApplicable ,
157157 "type.variable" : notApplicable ,
Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ export const yamlScopeSupport: LanguageScopeSupportFacetMap = {
157157 "type.field.iteration" : notApplicable ,
158158 "type.foreach" : notApplicable ,
159159 "type.interface" : notApplicable ,
160- "type.return" : notApplicable ,
161160 "type.resource" : notApplicable ,
162161 "type.resource.iteration" : notApplicable ,
162+ "type.return" : notApplicable ,
163163 "type.typeArgument" : notApplicable ,
164164 "type.typeArgument.iteration" : notApplicable ,
165165 "type.variable" : notApplicable ,
You can’t perform that action at this time.
0 commit comments