tree-sitter/lib
Max Brunsfeld 7a511f82ac
Merge pull request #331 from tree-sitter/track-locals-for-highlighting
In syntax-highlighting library, add support for tracking local variables
2019-05-10 12:28:43 -07:00
..
binding_rust Add support for highlight properties that track local variables 2019-05-09 20:34:34 -07:00
binding_web Implement Wasm binding for Tree.getChangedRanges() 2019-05-09 23:52:57 -07:00
include/tree_sitter Fix accidentally-removed functions in api.h 2019-03-29 23:05:02 -07:00
src In node range queries, treat the end coordinate as exclusive 2019-04-26 13:36:28 -07:00
utf8proc@d81308faba Reorganize repo, add rust CLI and binding code, 2019-01-04 17:31:49 -08:00
Cargo.toml Reorganize language bindings 2019-05-07 10:41:49 -07:00
README.md Set up code to publish web bindings to npm 2019-05-07 13:11:04 -07:00

Subdirectories

  • src - C source code for the Tree-sitter library
  • include - C headers for the Tree-sitter library
  • utf8proc - A submodule for utf8proc, Tree-sitter's one library dependency.
  • binding_rust - Rust bindings to the Tree-sitter library
  • binding_web - JavaScript bindings to the Tree-sitter library, using WebAssembly