Unnamed repository; edit this file 'description' to name the repository.
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.
Tom Manner 2024-02-12
parent 78ed3ad · commit bb1e2dd
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 4d5be282..2cf1750b 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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 = "//"