File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ contexts:
17
17
18
18
brackets :
19
19
- comment : items and blocks
20
- match : (<)( .*?):(.*?)(:(\*|\d+)?)?(>)
20
+ match : <(( .*?):(.*?)(:(\*|\d+)?))|(\*)>
21
21
scope : keyword.other.zs
22
22
captures :
23
23
2 : entity.name.zs
24
24
3 : variable.parameter.zs
25
25
5 : constant.numeric.zs
26
+ 6 : constant.numeric.zs
26
27
27
28
class :
28
29
- comment : class
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ contexts:
17
17
18
18
brackets :
19
19
- comment : items and blocks
20
- match : (<)( .*?):(.*?)(:(\*|\d+)?)?(>)
20
+ match : <(( .*?):(.*?)(:(\*|\d+)?))|(\*)>
21
21
scope : keyword.other.zs
22
22
captures :
23
23
2 : entity.name.zs
24
24
3 : variable.parameter.zs
25
25
5 : constant.numeric.zs
26
+ 6 : constant.numeric.zs
26
27
27
28
class :
28
29
- comment : class
You can’t perform that action at this time.
0 commit comments