Skip to content

Commit

Permalink
Update CMake parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Apr 29, 2024
1 parent 9207220 commit e23b9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e23b9fc

Please sign in to comment.