Add more languages in helix config

This commit is contained in:
Wilfried OLLIVIER 2023-10-08 11:09:03 +02:00
parent e6e4ab9ef9
commit 4fa1ca83cd

View file

@ -24,3 +24,15 @@ auto-format = true
name = "typescript"
formatter = { command = 'prettier', args = ["--parser", "typescript"] }
auto-format = true
[[language]]
name = "gleam"
auto-format = true
[[language]]
name = "elixir"
auto-format = true
[[language]]
name = "kotlin"
auto-format = true