tree-sitter/lib
Max Brunsfeld 190fee3625
Merge pull request #1177 from forbisc/master
update set_included_ranges to modify extent if the current position is at the very beginning of the range.
2021-06-30 08:38:59 -07:00
..
binding_rust Merge branch 'master' into query-cursor-api 2021-06-02 11:51:26 -07:00
binding_web libs: 0.20.0 2021-06-29 17:18:22 -07:00
include/tree_sitter Merge branch 'master' into query-cursor-api 2021-06-02 11:51:26 -07:00
src update set_included_ranges to modify extent if the current position is at the very beginning of the included range 2021-06-17 16:42:25 -07:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml libs: 0.20.0 2021-06-29 17:18:22 -07:00
README.md lib: remove utf8proc dependency (#436) 2019-10-14 11:18:39 -07:00

Subdirectories

  • src - C source code for the Tree-sitter library
  • include - C headers for the Tree-sitter library
  • binding_rust - Rust bindings to the Tree-sitter library
  • binding_web - JavaScript bindings to the Tree-sitter library, using WebAssembly