mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
Added TLA+ grammar & queries
This commit is contained in:
parent
37ee5b784e
commit
5821a85165
7 changed files with 163 additions and 0 deletions
|
|
@ -391,6 +391,15 @@ list.hcl = {
|
|||
-- }
|
||||
-- }
|
||||
|
||||
list.tlaplus = {
|
||||
install_info = {
|
||||
url = "https://github.com/tlaplus-community/tree-sitter-tlaplus",
|
||||
files = { "src/parser.c", "src/scanner.cc" }
|
||||
},
|
||||
maintainers = { "@ahelwer" },
|
||||
filetype = "tlaplus"
|
||||
}
|
||||
|
||||
list.toml = {
|
||||
install_info = {
|
||||
url = "https://github.com/ikatyang/tree-sitter-toml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue