add helix editor language config

This commit is contained in:
Mark 2023-11-24 19:35:43 +01:00
parent c8431cab93
commit 357037f93b

View File

@ -0,0 +1,10 @@
[[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" }