mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
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,6 +1,6 @@
|
||||
name = "Zig"
|
||||
grammar = "zig"
|
||||
path_suffixes = ["zig"]
|
||||
path_suffixes = ["zig", "zig.zon"]
|
||||
line_comments = ["// "]
|
||||
autoclose_before = ";:.,=}])>"
|
||||
brackets = [
|
||||
|
Loading…
Reference in New Issue
Block a user