Added TLA+ grammar & queries

This commit is contained in:
Andrew Helwer 2021-08-18 12:48:01 -04:00 committed by Stephan Seitz
parent 955f19c64a
commit da2336ea80
7 changed files with 163 additions and 0 deletions

View file

@ -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",