mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-09 21:13:54 +01:00
add helix editor language config
This commit is contained in:
parent
c8431cab93
commit
357037f93b
10
tree-sitter-mers/helix_editor_languages.toml
Normal file
10
tree-sitter-mers/helix_editor_languages.toml
Normal 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" }
|
Loading…
Reference in New Issue
Block a user