summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",