mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
Update Zig syntax to handle ZON (Zig Object Notation) files. (#3329)
This commit is contained in:
parent
9eb8782ff2
commit
9face7484e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
filetype: zig
|
||||
|
||||
detect:
|
||||
filename: "\\.zig$"
|
||||
filename: "\\.z(ig|on)$"
|
||||
|
||||
rules:
|
||||
# Reserved words
|
||||
|
|
|
|||
Loading…
Reference in a new issue