File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
},
41
41
{
42
42
"name" : " constant.language.import-export-all.as.toit" ,
43
- "match" : " \\ b(?<!)as(?!-)\\ b"
43
+ "match" : " \\ b(?<!- )as(?!-)\\ b"
44
44
},
45
45
{
46
46
"name" : " constant.language.import-export-all.import_all.toit" ,
324
324
{
325
325
"name" : " entity.name.type.annotation.toit" ,
326
326
"begin" : " (/|->) *(?=[\\ p{L}_])" ,
327
- "end" : " (?=[^\\ w-.?])" ,
327
+ "end" : " (?=[^\\ w\\ -.?])" ,
328
328
"beginCaptures" : {
329
329
"1" : {
330
330
"name" : " keyword.control.return_type.toit"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ repository:
44
44
- name : constant.language.import-export-all.show.toit
45
45
match : \b(?<!-)show(?!-)\b
46
46
- name : constant.language.import-export-all.as.toit
47
- match : \b(?<!)as(?!-)\b
47
+ match : \b(?<!- )as(?!-)\b
48
48
- name : constant.language.import-export-all.import_all.toit
49
49
match : \*
50
50
@@ -216,7 +216,7 @@ repository:
216
216
patterns :
217
217
- name : entity.name.type.annotation.toit
218
218
begin : ' (/|->) *(?=[\p{L}_])'
219
- end : (?=[^\w-.?])
219
+ end : (?=[^\w\ -.?])
220
220
beginCaptures :
221
221
1 :
222
222
name : keyword.control.return_type.toit
You can’t perform that action at this time.
0 commit comments