summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2024-04-28 23:53:12 -0700
committerWilfred Hughes <me@wilfred.me.uk>2024-04-28 23:53:12 -0700
commite23b9fc224399087384fec5e39a6f5afbb876180 (patch)
tree2655646b4c8a24bee94fe96367e11d82f5c13732
parent9207220a028dc44b2e705bdc6ff96c88bcfbad49 (diff)
Update CMake parser
-rw-r--r--CHANGELOG.md2
-rw-r--r--build.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2006004b0..9c6374211 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/build.rs b/build.rs
index 35695094d..37e29f96e 100644
--- a/build.rs
+++ b/build.rs
@@ -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",