tree-sitter/cli/src
2019-10-02 14:11:21 -07:00
..
generate Fix regression in node-types for rules with simple aliases 2019-10-02 14:11:21 -07:00
tests Handle is?, is-not?, and set! predicate functions in queries 2019-09-25 10:21:20 -07:00
config.rs Add ~/.tree-sitter/config.json file, init-config command 2019-02-25 12:33:24 -08:00
error.rs Overhaul CLI error handling to allow multiple levels of context 2019-05-30 16:52:55 -07:00
highlight.rs highlight iterator: Return byte offset ranges instead of string slices 2019-09-04 17:29:31 -07:00
lib.rs Add simple CLI command for running tree queries 2019-09-11 15:12:45 -07:00
loader.rs cli: Fix loading of parsers with no tree-sitter section in package.json 2019-08-11 09:21:49 -07:00
logger.rs Add benchmark script 2019-02-01 15:17:35 -08:00
main.rs rust: Include pattern indices when iterating query captures 2019-09-18 14:22:55 -07:00
parse.rs highlight: Fix panic when cancelled before parsing a nested document 2019-07-16 14:34:24 -07:00
query.rs rust: Include pattern indices when iterating query captures 2019-09-18 14:22:55 -07:00
test.rs In test command, use the longest line of dashes as the test divider 2019-09-05 09:59:59 -07:00
util.rs Extract graph log validation into a specialized test 2019-03-14 22:21:19 -07:00
wasm.rs Merge pull request #375 from mkrupcale/wasm-docker-selinux 2019-07-16 15:10:42 -07:00
web_ui.html Fix layout issues in web-ui 2019-09-13 15:19:31 -07:00
web_ui.rs web-ui: Fix content-type of library wasm 2019-08-10 13:00:55 -07:00