File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
out
2
2
node_modules
3
3
.vscode-test /
4
- .vsix
4
+ * .vsix
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ modify the `Zig Path` setting to point to the `zig` binary.
21
21
22
22
```
23
23
npm install
24
- tsc src/extension.ts
24
+ npm run compile
25
25
npx vsce package
26
26
```
Original file line number Diff line number Diff line change 135
135
},
136
136
{
137
137
"name" : " keyword.structure.zig" ,
138
- "match" : " \\ b(struct|enum|union)\\ b"
138
+ "match" : " \\ b(struct|enum|union|opaque )\\ b"
139
139
},
140
140
{
141
141
"name" : " keyword.statement.zig" ,
173
173
}
174
174
}
175
175
},
176
+ {
177
+ "match" : " [\\ s\\ (\\ [\\ {](\\ .@\" [^\" ]*\" )(?!\\ s*=[^>])" ,
178
+ "captures" : {
179
+ "1" : {
180
+ "name" : " variable.other.enummember.zig"
181
+ }
182
+ }
183
+ },
176
184
{
177
185
"name" : " keyword.default.zig" ,
178
186
"match" : " \\ b(usingnamespace|test|and|or)\\ b"
You can’t perform that action at this time.
0 commit comments