mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -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
|
|
@ -186,7 +186,7 @@
|
||||||
"revision": "fcc5f6f4d194dede4e676834ff28a506e39e17b4"
|
"revision": "fcc5f6f4d194dede4e676834ff28a506e39e17b4"
|
||||||
},
|
},
|
||||||
"tlaplus": {
|
"tlaplus": {
|
||||||
"revision": "36e7863609f5fbb4b0e39b1a035f5b3245f974f6"
|
"revision": "63ab99903cce883e8db392888c526fe2ffd00b1a"
|
||||||
},
|
},
|
||||||
"toml": {
|
"toml": {
|
||||||
"revision": "8bd2056818b21860e3d756b5a58c4f6e05fb744e"
|
"revision": "8bd2056818b21860e3d756b5a58c4f6e05fb744e"
|
||||||
|
|
|
||||||
|
|
@ -394,10 +394,10 @@ list.hcl = {
|
||||||
list.tlaplus = {
|
list.tlaplus = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/tlaplus-community/tree-sitter-tlaplus",
|
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" },
|
maintainers = { "@ahelwer" },
|
||||||
filetype = "tla"
|
filetype = "tla",
|
||||||
}
|
}
|
||||||
|
|
||||||
list.toml = {
|
list.toml = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue