Unnamed repository; edit this file 'description' to name the repository.
Update Zig's comment tokens (#12049)
Krishan 2024-11-21
parent 310bc04 · commit b501a30
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 3c96d49f..500273d8 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1384,7 +1384,7 @@ injection-regex = "zig"
file-types = ["zig", "zon"]
roots = ["build.zig"]
auto-format = true
-comment-token = "//"
+comment-tokens = ["//", "///", "//!"]
language-servers = [ "zls" ]
indent = { tab-width = 4, unit = " " }
formatter = { command = "zig" , args = ["fmt", "--stdin"] }