Skip to content

Commit 5f3a78e

Browse files
Update
1 parent d68f766 commit 5f3a78e

File tree

1 file changed

+4
-2
lines changed
  • packages/common/src/scopeSupportFacets

1 file changed

+4
-2
lines changed

packages/common/src/scopeSupportFacets/c.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)