Added "zon" file type to zig language section. (#9582)

`build.zig.zon` is what 0.11.0 uses for external dependencies.  The syntax is a subset of zig and can be highlighted and formatted like normal zig code.
This commit is contained in:
Tom Manner
2024-02-12 11:47:52 -05:00
committed by GitHub
parent 78ed3aded3
commit bb1e2ddcd8

View File

@@ -1184,7 +1184,7 @@ source = { git = "https://github.com/postsolar/tree-sitter-purescript", rev = "5
name = "zig"
scope = "source.zig"
injection-regex = "zig"
file-types = ["zig"]
file-types = ["zig", "zon"]
roots = ["build.zig"]
auto-format = true
comment-token = "//"