chore: update cmake files

This commit is contained in:
Amaan Qureshi 2023-06-16 17:37:23 -04:00 committed by Christian Clason
parent 1b9f704eb8
commit e2c162b09f
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
"revision": "6e41628e9d18b19caea1cb1d72aae4ccff5bdfe9" "revision": "6e41628e9d18b19caea1cb1d72aae4ccff5bdfe9"
}, },
"cmake": { "cmake": {
"revision": "399605a02bcd5daa309ce63a6459c600dce3473f" "revision": "24ed4fd565cd95fcba4f42e995cf186cab180ccb"
}, },
"comment": { "comment": {
"revision": "94c99a66bb5051d8321b5900aee92b76450c50ce" "revision": "94c99a66bb5051d8321b5900aee92b76450c50ce"

View file

@ -206,7 +206,7 @@ list.clojure = {
list.cmake = { list.cmake = {
install_info = { install_info = {
url = "https://github.com/uyha/tree-sitter-cmake", url = "https://github.com/uyha/tree-sitter-cmake",
files = { "src/parser.c", "src/scanner.cc" }, files = { "src/parser.c", "src/scanner.c" },
}, },
maintainers = { "@uyha" }, maintainers = { "@uyha" },
} }