Fixed lua style issues, updated grammar version to fix macOS build issues

This commit is contained in:
Andrew Helwer 2021-08-18 14:50:38 -04:00 committed by Stephan Seitz
parent a19912e105
commit 17d75b31ea
2 changed files with 3 additions and 3 deletions

View file

@ -394,10 +394,10 @@ list.hcl = {
list.tlaplus = {
install_info = {
url = "https://github.com/tlaplus-community/tree-sitter-tlaplus",
files = { "src/parser.c", "src/scanner.cc" }
files = { "src/parser.c", "src/scanner.cc" },
},
maintainers = { "@ahelwer" },
filetype = "tla"
filetype = "tla",
}
list.toml = {