mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add Move language support
This commit is contained in:
parent
1d23796ad1
commit
f06a166962
2 changed files with 171 additions and 0 deletions
|
@ -3544,3 +3544,17 @@ comment-token = ";"
|
|||
[[grammar]]
|
||||
name = "xtc"
|
||||
source = { git = "https://github.com/Alexis-Lapierre/tree-sitter-xtc", rev = "7bc11b736250c45e25cfb0215db2f8393779957e" }
|
||||
|
||||
[[language]]
|
||||
name = "move"
|
||||
scope = "source.move"
|
||||
injection-regex = "move"
|
||||
roots = ["Move.toml"]
|
||||
file-types = ["move"]
|
||||
comment-token = "//"
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
language-servers = []
|
||||
|
||||
[[grammar]]
|
||||
name = "move"
|
||||
source = { git = "https://github.com/tzakian/tree-sitter-move", rev = "8bc0d1692caa8763fef54d48068238d9bf3c0264" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue