File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed
data/fixtures/scopes/talon
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ aaa [bbb]: bbb or ""
2+ ---
3+
4+ [Content] =
5+ [Removal] = 0:0-0:9
6+ >---------<
7+ 0| aaa [bbb]: bbb or ""
8+
9+ [Domain] = 0:0-0:20
10+ >--------------------<
11+ 0| aaa [bbb]: bbb or ""
12+
13+ [Insertion delimiter] = " "
Original file line number Diff line number Diff line change 1+ aaa [bbb]: bbb or ""
2+ ---
3+
4+ [Content] = 0:11-0:20
5+ >---------<
6+ 0| aaa [bbb]: bbb or ""
7+
8+ [Removal] = 0:10-0:20
9+ >----------<
10+ 0| aaa [bbb]: bbb or ""
11+
12+ [Leading delimiter] = 0:10-0:11
13+ >-<
14+ 0| aaa [bbb]: bbb or ""
15+
16+ [Domain] = 0:0-0:20
17+ >--------------------<
18+ 0| aaa [bbb]: bbb or ""
19+
20+ [Insertion delimiter] = " "
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ const { supported } = ScopeSupportFacetLevel;
55
66export const talonScopeSupport : LanguageScopeSupportFacetMap = {
77 command : supported ,
8+ "name.field" : supported ,
9+ "value.field" : supported ,
810} ;
You can’t perform that action at this time.
0 commit comments