AutoYADM commit: 2025-04-05 16:45:07
This commit is contained in:
parent
e4df98ad1d
commit
0e7210cfa8
1 changed files with 15 additions and 0 deletions
|
@ -266,3 +266,18 @@ indent = { tab-width = 4, unit = "\t" }
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "git-commit"
|
name = "git-commit"
|
||||||
language-servers = ["scls"]
|
language-servers = ["scls"]
|
||||||
|
|
||||||
|
[language-server.just-lsp]
|
||||||
|
command = "just-lsp"
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "just"
|
||||||
|
scope = "source.just"
|
||||||
|
file-types = ["just", { glob = "justfile" }, { glob = "Justfile" }, { glob = ".justfile" }, { glob = ".Justfile" }]
|
||||||
|
injection-regex = "just"
|
||||||
|
comment-token = "#"
|
||||||
|
indent = { tab-width = 4, unit = " " }
|
||||||
|
auto-format = true
|
||||||
|
formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
|
||||||
|
language-servers = ["just-lsp", "scls"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue