mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
Fixed lua style issues, updated grammar version to fix macOS build issues
This commit is contained in:
parent
a19912e105
commit
17d75b31ea
2 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue