Skip to content

Commit 183c335

Browse files
committed
comment
1 parent 96c316b commit 183c335

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

packages/common/src/scopeSupportFacets/r.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export const rScopeSupport: LanguageScopeSupportFacetMap = {
1818
"value.assignment": supported,
1919
"value.variable": supported,
2020

21+
// Unsupported
22+
2123
"branch.if": unsupported,
2224
"branch.if.iteration": unsupported,
2325
"branch.loop": unsupported,
@@ -56,6 +58,8 @@ export const rScopeSupport: LanguageScopeSupportFacetMap = {
5658
regularExpression: unsupported,
5759
switchStatementSubject: unsupported,
5860

61+
// Not applicable
62+
5963
"interior.cell": notApplicable,
6064
"interior.command": notApplicable,
6165
"interior.element": notApplicable,

0 commit comments

Comments
 (0)