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:
@@ -1,6 +1,6 @@
|
||||
name = "Zig"
|
||||
grammar = "zig"
|
||||
path_suffixes = ["zig"]
|
||||
path_suffixes = ["zig", "zig.zon"]
|
||||
line_comments = ["// "]
|
||||
autoclose_before = ";:.,=}])>"
|
||||
brackets = [
|
||||
|
||||
Reference in New Issue
Block a user