mers/tree-sitter-mers/helix_editor_languages.toml
2023-11-24 19:35:43 +01:00

11 lines
281 B
TOML

[[language]]
name = "mers"
scope = "source.mers"
file-types = ["mers"]
indent = { tab-width = 2, unit = " " }
roots = []
[[grammar]]
name = "mers"
source = { git = "https://github.com/Dummi26/mers", rev = "c8431cab9317f0658846b638ae235dcb90b38b91", subpath = "tree-sitter-mers" }