aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-06-16 17:37:23 -0400
committerChristian Clason <c.clason@uni-graz.at>2023-06-17 09:59:41 +0200
commite2c162b09f7acdc5e008286032ce01a1f9bde970 (patch)
treeb573695d7786def7631ba59c2a3be8c45171d2ec
parentfix(comment): use #any-of? predicate (diff)
downloadnvim-treesitter-e2c162b09f7acdc5e008286032ce01a1f9bde970.tar
nvim-treesitter-e2c162b09f7acdc5e008286032ce01a1f9bde970.tar.gz
nvim-treesitter-e2c162b09f7acdc5e008286032ce01a1f9bde970.tar.bz2
nvim-treesitter-e2c162b09f7acdc5e008286032ce01a1f9bde970.tar.lz
nvim-treesitter-e2c162b09f7acdc5e008286032ce01a1f9bde970.tar.xz
nvim-treesitter-e2c162b09f7acdc5e008286032ce01a1f9bde970.tar.zst
nvim-treesitter-e2c162b09f7acdc5e008286032ce01a1f9bde970.zip
chore: update cmake files
-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 c49d02b6d..082f6d018 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -48,7 +48,7 @@
"revision": "6e41628e9d18b19caea1cb1d72aae4ccff5bdfe9"
},
"cmake": {
- "revision": "399605a02bcd5daa309ce63a6459c600dce3473f"
+ "revision": "24ed4fd565cd95fcba4f42e995cf186cab180ccb"
},
"comment": {
"revision": "94c99a66bb5051d8321b5900aee92b76450c50ce"
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 0c8ba9aae..16da1ecef 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -206,7 +206,7 @@ list.clojure = {
list.cmake = {
install_info = {
url = "https://github.com/uyha/tree-sitter-cmake",
- files = { "src/parser.c", "src/scanner.cc" },
+ files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@uyha" },
}