Add roc helix config

main
trivernis 10 months ago
parent 89a08b778a
commit 03c6cb214c
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -31,3 +31,15 @@ scope = "source.glimmer"
[[grammar]]
name = "glimmer"
source = { git = "https://github.com/alexlafroscia/tree-sitter-glimmer", rev = "f9746dc1d0707717fbba84cb5c22a71586af23e1" }
[[language]]
name = "roc"
language-servers = []
auto-format = false
indent = { tab-width = 4, unit = " " }
file-types = ["roc"]
scope = "source.elm"
grammar = "elm"
comment-token = "#"
roots = []

Loading…
Cancel
Save