Skip to content

Commit e637c7f

Browse files
Updates scopeSupportFacetInfos.md
1 parent 3fcf46c commit e637c7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

data/scopeSupportFacetInfos.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,6 @@
323323
- `surroundingPair` A delimiter pair, such as parentheses or quotes
324324
- `surroundingPair.iteration` The iteration scope for delimiter pairs
325325

326-
### private.switchStatementSubject
327-
328-
- `switchStatementSubject` The subject of a switch statement
329-
330326
### xmlBothTags
331327

332328
- `tags` Both tags in a xml element
@@ -405,6 +401,7 @@
405401
- `value.resource.iteration` Iteration scope for values in a 'with' / 'use' / 'using' statement: the resource list. The domain should be the entire statement.
406402
- `value.return` Return value of a function
407403
- `value.return.lambda` Implicit return value from a lambda
404+
- `value.switch` The value / subject of a switch statement
408405
- `value.typeAlias` Value of a type alias declaration
409406
- `value.variable` Value (RHS) of a variable declaration
410407
- `value.variable.pattern` Value (RHS) of a variable declaration with pattern destructuring

0 commit comments

Comments
 (0)