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:
Morgan Gallant
2024-04-01 10:02:09 -04:00
committed by GitHub
parent c126fdb616
commit 351693ccdf
+1 -1
View File
@@ -1,6 +1,6 @@
name = "Zig"
grammar = "zig"
path_suffixes = ["zig"]
path_suffixes = ["zig", "zig.zon"]
line_comments = ["// "]
autoclose_before = ";:.,=}])>"
brackets = [