File tree Expand file tree Collapse file tree 4 files changed +56
-0
lines changed
common/src/scopeSupportFacets
cursorless-vscode-e2e/src/suite/fixtures/scopes/shellscript Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ const { supported } = ScopeSupportFacetLevel;
99
1010export const shellscriptScopeSupport : LanguageScopeSupportFacetMap = {
1111 command : supported ,
12+ "name.assignment" : supported ,
13+ "value.assignment" : supported ,
1214} ;
Original file line number Diff line number Diff line change 11local local_var="hello"
22---
3+
4+ [Content] = 0:6-0:15
5+ 0| local local_var="hello"
6+ >---------<
7+
8+ [Removal] = 0:0-0:16
9+ 0| local local_var="hello"
10+ >----------------<
11+
12+ [Leading delimiter] = 0:5-0:6
13+ 0| local local_var="hello"
14+ >-<
15+
16+ [Domain] = 0:0-0:23
17+ 0| local local_var="hello"
18+ >-----------------------<
19+
20+ [Insertion delimiter] = " "
Original file line number Diff line number Diff line change 11declare local_var="hello"
22---
3+
4+ [Content] = 0:8-0:17
5+ 0| declare local_var="hello"
6+ >---------<
7+
8+ [Removal] = 0:0-0:18
9+ 0| declare local_var="hello"
10+ >------------------<
11+
12+ [Leading delimiter] = 0:7-0:8
13+ 0| declare local_var="hello"
14+ >-<
15+
16+ [Domain] = 0:0-0:25
17+ 0| declare local_var="hello"
18+ >-------------------------<
19+
20+ [Insertion delimiter] = " "
Original file line number Diff line number Diff line change 11local local_var
22---
3+
4+ [Content] = 0:6-0:15
5+ 0| local local_var
6+ >---------<
7+
8+ [Removal] = 0:5-0:15
9+ 0| local local_var
10+ >----------<
11+
12+ [Leading delimiter] = 0:5-0:6
13+ 0| local local_var
14+ >-<
15+
16+ [Domain] = 0:0-0:15
17+ 0| local local_var
18+ >---------------<
19+
20+ [Insertion delimiter] = " "
You can’t perform that action at this time.
0 commit comments