summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorUy Ha <hchanuy@gmail.com>2021-06-27 13:46:01 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-07-02 08:37:02 +0200
commite01e79c46c306664a43d0d32b9cd02311073b38e (patch)
tree69a8bc1f1fe3f9ca35fad528ee83eb768a5d66b0 /lua
parentb090c94a7aa13d94e85b546075935d5febcd26b6 (diff)
Add external scanner for cmake parser
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 9b77edce..3e0a7307 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" },
}