Update Zig's comment tokens (#12049)
This commit is contained in:
parent
310bc04f23
commit
b501a300e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue