jolheiser
/
templ-helix
Archived
1
0
Fork 0
This repository has been archived on 2023-10-11. You can view files and clone it, but cannot push or open issues/pull-requests.
templ-helix/.helix/languages.toml

17 lines
449 B
TOML

use-grammars = { only = ["templ"] }
[[language]]
name = "templ"
auto-format = true
scope = "source.templ"
injection-regex = "templ"
file-types = ["templ"]
roots = ["go.mod"]
comment-token = "//"
language-server = { command = "templ", args = ["lsp"] }
formatter = { command = "templ", args = ["fmt"] }
[[grammar]]
name = "templ"
source = { git = "https://github.com/vrischmann/tree-sitter-templ", rev = "9f63037ad08a58050d0582ef1ae0009bd0fbf2f1" }