aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json
index 64196a05a..c1f1bf0a4 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -702,7 +702,7 @@
"revision": "a7f11d946b44244f71df41d2a78af0665d618dae"
},
"tlaplus": {
- "revision": "3896a5be761f04ffb22a841b2a0672f7a8a43ef9"
+ "revision": "7455f17038d551ecd2b082c39e4a63bcb403e158"
},
"tmux": {
"revision": "10737f5dc4d8e68c9667f11a6996688a1185755f"
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 2bcaea9f2..a906db97e 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -2043,7 +2043,7 @@ list.tiger = {
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.c" },
},
filetype = "tla",
maintainers = { "@ahelwer", "@susliko" },