File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,7 @@ export const cCoreScopeSupport: LanguageScopeSupportFacetMap = {
6464 "statement.iteration.block" : unsupported ,
6565
6666 "class.iteration.document" : unsupported ,
67- "class.iteration.block" : unsupported ,
6867 "className.iteration.document" : unsupported ,
69- "className.iteration.block" : unsupported ,
7068
7169 "functionName.iteration.document" : unsupported ,
7270 "namedFunction.iteration.document" : unsupported ,
@@ -166,6 +164,10 @@ export const cCoreScopeSupport: LanguageScopeSupportFacetMap = {
166164 notebookCell : notApplicable ,
167165 "interior.cell" : notApplicable ,
168166
167+ // Nested class
168+ "class.iteration.block" : notApplicable ,
169+ "className.iteration.block" : notApplicable ,
170+
169171 // Miscellaneous
170172 "key.attribute" : notApplicable ,
171173 "type.interface" : notApplicable ,
You can’t perform that action at this time.
0 commit comments