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 07:02:09 -07:00 committed by GitHub
parent c126fdb616
commit 351693ccdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
name = "Zig"
grammar = "zig"
path_suffixes = ["zig"]
path_suffixes = ["zig", "zig.zon"]
line_comments = ["// "]
autoclose_before = ";:.,=}])>"
brackets = [