mirror of https://github.com/helix-editor/helix
added crystal formatter in languages.toml (#13759)
Co-authored-by: polyface <polyface@proton.me>pull/13167/merge
parent
6e4ec96101
commit
b90d8960a8
|
@ -648,6 +648,7 @@ comment-token = "#"
|
|||
indent = { tab-width = 2, unit = " " }
|
||||
grammar = "ruby"
|
||||
language-servers = [ "crystalline" ]
|
||||
formatter = { command = "crystal", args = ["tool", "format", "-"] }
|
||||
|
||||
[[language]]
|
||||
name = "c-sharp"
|
||||
|
|
Loading…
Reference in New Issue