aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 9b77edceb..3e0a73071 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -614,7 +614,7 @@ list.fortran = {
list.cmake = {
install_info = {
url = "https://github.com/uyha/tree-sitter-cmake",
- files = { "src/parser.c"},
+ files = { "src/parser.c", "src/scanner.cc"},
},
maintainers = { "@uyha" },
}