tree-sitter-spl/helix-languages.toml

9 lines
180 B
TOML

[[language]]
name = "spl"
scope = "text.spl"
file-types = ["spl"]
roots = []
[[grammar]]
name = "spl"
source = { git = "https://github.com/tudbut/tree-sitter-spl", rev = "main" }