@@ -69,6 +69,7 @@ export const csharpScopeSupport: LanguageScopeSupportFacetMap = {
6969 "name.interface" : supported ,
7070 "name.constructor" : supported ,
7171 "name.field.class" : supported ,
72+ "name.field.interface" : supported ,
7273 "name.foreach" : supported ,
7374 "name.function" : supported ,
7475 "name.method" : supported ,
@@ -108,6 +109,7 @@ export const csharpScopeSupport: LanguageScopeSupportFacetMap = {
108109 "type.interface" : supported ,
109110 "type.foreach" : supported ,
110111 "type.field.class" : supported ,
112+ "type.field.interface" : supported ,
111113 "type.enum" : supported ,
112114 "type.return" : supported ,
113115 "type.variable" : supported ,
@@ -170,6 +172,8 @@ export const csharpScopeSupport: LanguageScopeSupportFacetMap = {
170172 statement : supported ,
171173 "statement.class" : supported ,
172174 "statement.interface" : supported ,
175+ "statement.field.class" : supported ,
176+ "statement.field.interface" : supported ,
173177 "statement.iteration.block" : supported ,
174178 "statement.iteration.class" : supported ,
175179 "statement.iteration.interface" : supported ,
0 commit comments