File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 108
108
"include" : " #function"
109
109
},
110
110
{
111
- "begin" : " \\ b(?:def|distinct )\\ b" ,
111
+ "begin" : " \\ b(?:alias|typedef )\\ b" ,
112
112
"beginCaptures" : {
113
113
"0" : {
114
114
"name" : " keyword.declaration.type.c3"
801
801
"name" : " keyword.control.ct.c3"
802
802
},
803
803
{
804
- "match" : " \\ b(?:assert|asm|catch|const|def|distinct| extern|tlocal|inline|import|module|interface|static|try|var)\\ b" ,
804
+ "match" : " \\ b(?:alias| assert|asm|catch|const|extern|tlocal|inline|import|module|interface|static|try|typedef |var)\\ b" ,
805
805
"name" : " keyword.other.c3"
806
806
},
807
807
{
1085
1085
]
1086
1086
},
1087
1087
{
1088
- "match" : " @(param(\\ s*\\ [&?(in|out|inout)\\ ])?|return! ?|require|fails|deprecated|ensure|pure)\\ s" ,
1088
+ "match" : " @(param(\\ s*\\ [&?(in|out|inout)\\ ])?|return[?] ?|require|fails|deprecated|ensure|pure)\\ s" ,
1089
1089
"name" : " markup.bold"
1090
1090
}
1091
1091
]
You can’t perform that action at this time.
0 commit comments