mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
Added TLA+ grammar & queries
This commit is contained in:
parent
955f19c64a
commit
da2336ea80
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