mirror of https://github.com/helix-editor/helix
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
parent
78ed3aded3
commit
bb1e2ddcd8
|
@ -1184,7 +1184,7 @@ source = { git = "https://github.com/postsolar/tree-sitter-purescript", rev = "5
|
||||||
name = "zig"
|
name = "zig"
|
||||||
scope = "source.zig"
|
scope = "source.zig"
|
||||||
injection-regex = "zig"
|
injection-regex = "zig"
|
||||||
file-types = ["zig"]
|
file-types = ["zig", "zon"]
|
||||||
roots = ["build.zig"]
|
roots = ["build.zig"]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
|
|
Loading…
Reference in New Issue