Update Zig's comment tokens (#12049)

pull/12098/head
Krishan 2 days 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"] file-types = ["zig", "zon"]
roots = ["build.zig"] roots = ["build.zig"]
auto-format = true auto-format = true
comment-token = "//" comment-tokens = ["//", "///", "//!"]
language-servers = [ "zls" ] language-servers = [ "zls" ]
indent = { tab-width = 4, unit = " " } indent = { tab-width = 4, unit = " " }
formatter = { command = "zig" , args = ["fmt", "--stdin"] } formatter = { command = "zig" , args = ["fmt", "--stdin"] }

Loading…
Cancel
Save