We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c316b commit 183c335Copy full SHA for 183c335
packages/common/src/scopeSupportFacets/r.ts
@@ -18,6 +18,8 @@ export const rScopeSupport: LanguageScopeSupportFacetMap = {
18
"value.assignment": supported,
19
"value.variable": supported,
20
21
+ // Unsupported
22
+
23
"branch.if": unsupported,
24
"branch.if.iteration": unsupported,
25
"branch.loop": unsupported,
@@ -56,6 +58,8 @@ export const rScopeSupport: LanguageScopeSupportFacetMap = {
56
58
regularExpression: unsupported,
57
59
switchStatementSubject: unsupported,
60
61
+ // Not applicable
62
63
"interior.cell": notApplicable,
64
"interior.command": notApplicable,
65
"interior.element": notApplicable,
0 commit comments