mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
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"]
|
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…
Add table
Add a link
Reference in a new issue