Update CMake parser

pull/708/head
Wilfred Hughes 2024-04-28 23:53:12 +07:00
parent 9207220a02
commit e23b9fc224
2 changed files with 2 additions and 2 deletions

@ -12,7 +12,7 @@ Since difftastic is now conservative with parse errors
(DFT_PARSE_ERROR_LIMIT is 0 by default), this seems like a better
tradeoff.
Updated C, C++, CSS, Elm, Go, Lua and Python parsers.
Updated C, C++, CMake, CSS, Elm, Go, Lua and Python parsers.
### Diffing

@ -106,7 +106,7 @@ fn main() {
TreeSitterParser {
name: "tree-sitter-cmake",
src_dir: "vendored_parsers/tree-sitter-cmake-src",
extra_files: vec!["scanner.cc"],
extra_files: vec!["scanner.c"],
},
TreeSitterParser {
name: "tree-sitter-commonlisp",