Update Zig's comment tokens (#12049)

pull/12098/head
Krishan 1 day ago committed by GitHub
parent 310bc04f23
commit b501a300e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"] }

Loading…
Cancel
Save