zig: Add support for .zig.zon files (#10012)
Release Notes: - N/A Signed-off-by: Morgan Gallant <morgan@morgangallant.com>
This commit is contained in:
parent
c126fdb616
commit
351693ccdf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
name = "Zig"
|
||||
grammar = "zig"
|
||||
path_suffixes = ["zig"]
|
||||
path_suffixes = ["zig", "zig.zon"]
|
||||
line_comments = ["// "]
|
||||
autoclose_before = ";:.,=}])>"
|
||||
brackets = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue