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.
pull/9613/head
Tom Manner 4 months ago committed by GitHub
parent 78ed3aded3
commit bb1e2ddcd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 = "//"

Loading…
Cancel
Save