mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
feat(tlaplus) : added tlaplus
config + grammar (#13081)
This commit is contained in:
parent
0d84bd563c
commit
fdaf12a35d
4 changed files with 311 additions and 0 deletions
|
@ -4226,3 +4226,18 @@ language-servers = ["sourcepawn-studio"]
|
|||
[[grammar]]
|
||||
name = "sourcepawn"
|
||||
source = { git = "https://github.com/nilshelmig/tree-sitter-sourcepawn", rev = "f2af8d0dc14c6790130cceb2a20027eb41a8297c" }
|
||||
|
||||
[[language]]
|
||||
name = "tlaplus"
|
||||
scope = "scope.tlaplus"
|
||||
injection-regex = "tla"
|
||||
file-types = ["tla"]
|
||||
comment-tokens = "\\*"
|
||||
block-comment-tokens = {start = "(*", end="*)"}
|
||||
indent = {tab-width = 4, unit = " "}
|
||||
formatter = {command = "tlafmt", args = ["--stdin"]}
|
||||
|
||||
[[grammar]]
|
||||
name = "tlaplus"
|
||||
source = { git = "https://github.com/tlaplus-community/tree-sitter-tlaplus", rev = "4ba91b07b97741a67f61221d0d50e6d962e4987e"}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue