mirror of https://github.com/helix-editor/helix
Update Zig's comment tokens (#12049)
parent
310bc04f23
commit
b501a300e9
|
@ -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…
Reference in New Issue