Add more languages in helix config
This commit is contained in:
parent
e6e4ab9ef9
commit
4fa1ca83cd
1 changed files with 12 additions and 0 deletions
|
@ -24,3 +24,15 @@ auto-format = true
|
||||||
name = "typescript"
|
name = "typescript"
|
||||||
formatter = { command = 'prettier', args = ["--parser", "typescript"] }
|
formatter = { command = 'prettier', args = ["--parser", "typescript"] }
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "gleam"
|
||||||
|
auto-format = true
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "elixir"
|
||||||
|
auto-format = true
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "kotlin"
|
||||||
|
auto-format = true
|
||||||
|
|
Loading…
Reference in a new issue