File tree Expand file tree Collapse file tree
data/fixtures/scopes/scss
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ @function foo() { }
2+ ---
3+
4+ [#1 Content] =
5+ [#1 Removal] = 0:17-0:18
6+ >-<
7+ 0| @function foo() { }
8+
9+ [#1 Domain] = 0:0-0:19
10+ >-------------------<
11+ 0| @function foo() { }
12+
13+ [#1 Insertion delimiter] = " "
14+
15+
16+ [#2 Content] =
17+ [#2 Removal] = 0:14-0:14
18+ ><
19+ 0| @function foo() { }
20+
21+ [#2 Domain] = 0:13-0:15
22+ >--<
23+ 0| @function foo() { }
24+
25+ [#2 Insertion delimiter] = " "
26+
27+
28+ [#3 Content] =
29+ [#3 Removal] = 0:17-0:18
30+ >-<
31+ 0| @function foo() { }
32+
33+ [#3 Domain] = 0:16-0:19
34+ >---<
35+ 0| @function foo() { }
36+
37+ [#3 Insertion delimiter] = " "
Original file line number Diff line number Diff line change @@ -30,10 +30,8 @@ export const scssScopeSupport: LanguageScopeSupportFacetMap = {
3030 ifStatement : supported ,
3131 "branch.if" : supported ,
3232 "branch.if.iteration" : supported ,
33- "interior.if" : supported ,
3433 "condition.if" : supported ,
3534
36- // Unsupported
37-
38- "interior.function" : unsupported ,
35+ "interior.if" : supported ,
36+ "interior.function" : supported ,
3937} ;
You can’t perform that action at this time.
0 commit comments