Skip to content

Commit bccf6da

Browse files
Added not applicable
1 parent d3f28b8 commit bccf6da

File tree

1 file changed

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

1 file changed

+15
-2
lines changed

packages/common/src/scopeSupportFacets/csharp.ts

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,20 @@ export const csharpScopeSupport: LanguageScopeSupportFacetMap = {
9292
"argument.formal.method": supported,
9393
"argument.formal.method.iteration": supported,
9494

95-
// Not applicable
96-
95+
// Not applicable
96+
97+
"interior.element": notApplicable,
98+
"key.attribute": notApplicable,
99+
"section.iteration.document": notApplicable,
100+
"section.iteration.parent": notApplicable,
101+
"textFragment.element": notApplicable,
102+
command: notApplicable,
103+
element: notApplicable,
104+
endTag: notApplicable,
105+
environment: notApplicable,
106+
notebookCell: notApplicable,
97107
regularExpression: notApplicable,
108+
section: notApplicable,
109+
startTag: notApplicable,
110+
tags: notApplicable,
98111
};

0 commit comments

Comments
 (0)