Skip to content

Commit

Permalink
Merge branch 'definite-query-patterns' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Sep 26, 2020
2 parents b3e71c8 + 602db62 commit ded0af1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
- Upgraded `tree-sitter` crate to [fix](https://github.com/tree-sitter/tree-sitter/pull/644) an issue where [query captures miss some nodes](https://github.com/tree-sitter/tree-sitter/issues/659).

## [0.10.0] - 2020-08-01
- Used keywords instead of strings for field names.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ crate-type = ["cdylib"]
[dependencies]
emacs = "0.14.0"
libloading = "0.6.2"
tree-sitter = "0.16.1"
tree-sitter = "0.17.0"
once_cell = "1.2.0"

[patch.crates-io.tree-sitter]
git = "https://github.com/tree-sitter/tree-sitter"

[profile.release]
opt-level = 3
lto = "thin"
Expand Down

0 comments on commit ded0af1

Please sign in to comment.