From e01e79c46c306664a43d0d32b9cd02311073b38e Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Sun, 27 Jun 2021 13:46:01 +0200 Subject: Add external scanner for cmake parser --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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" }, } -- cgit v1.2.3-70-g09d2