File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ uuid: 06C2FF99-3080-441A-9019-460C51E93116
66scopeName : source.zig
77fileTypes :
88 - zig
9+ - zon
910
1011patterns :
1112 - include : ' #dummy_main'
@@ -99,7 +100,7 @@ repository:
99100 name : punctuation.accessor.zig
100101 ' 3 ' :
101102 name : entity.name.error.zig
102-
103+
103104 constants :
104105 patterns :
105106 - name : constant.language.zig
@@ -147,7 +148,7 @@ repository:
147148 - include : ' #character_escapes'
148149 - name : invalid.illegal.character.zig
149150 match : \\[^\'][^\']*?
150-
151+
151152 - name : string.quoted.double.zig
152153 begin : c?\"
153154 end : \"
@@ -199,7 +200,7 @@ repository:
199200
200201 - name : keyword.operator.other.zig
201202 match : ' (\+\+|\*\*|->|\.\?|\.\*|&(?=[a-zA-Z_]|@\")|\?|\|\||\.{2,3})'
202-
203+
203204 support :
204205 name : support.function.zig
205206 match : ' (?<!\w)@[^\"\d][a-zA-Z_]\w*\b'
@@ -219,7 +220,7 @@ repository:
219220 match : ' \b(c_short|c_ushort|c_int|c_uint|c_long|c_ulong|c_longlong|c_ulonglong|c_longdouble|c_void)\b'
220221
221222 - match : ' \b(anyframe)\b\s*(->)?\s*(?:([a-zA-Z_][\w.]*|@\".+\")\b(?!\s*\())?'
222- captures :
223+ captures :
223224 ' 1 ' :
224225 name : storage.type.zig
225226 ' 2 ' :
Original file line number Diff line number Diff line change 44name : Zig
55file_extensions :
66 - zig
7+ - zon
78scope : source.zig
89contexts :
910 main :
Original file line number Diff line number Diff line change 55 <key >fileTypes </key >
66 <array >
77 <string >zig </string >
8+ <string >zon </string >
89 </array >
910 <key >keyEquivalent </key >
1011 <string >^~Z </string >
Original file line number Diff line number Diff line change 11{
22 "scopeName" : " source.zig" ,
33 "fileTypes" : [
4- " zig"
4+ " zig" ,
5+ " zon"
56 ],
67 "uuid" : " 06C2FF99-3080-441A-9019-460C51E93116" ,
78 "patterns" : [
548549 }
549550 },
550551 "name" : " Zig"
551- }
552+ }
You can’t perform that action at this time.
0 commit comments