tree-sitter/cli/src
2019-12-12 10:06:18 -08:00
..
generate Fix node-types bugs involving aliases and external tokens 2019-12-12 10:06:18 -08:00
tests Update unit test to reflect javascript query change 2019-12-10 13:24:36 -08:00
config.rs Add ~/.tree-sitter/config.json file, init-config command 2019-02-25 12:33:24 -08:00
error.rs cli: Allow globs and exclusions (via '!' prefix) as args to parse 2019-12-06 11:41:21 -08:00
highlight.rs Start work on a system for testing syntax highlighting 2019-12-05 09:45:54 -08:00
lib.rs Start work on a system for testing syntax highlighting 2019-12-05 09:45:54 -08:00
loader.rs Start work on a system for testing syntax highlighting 2019-12-05 09:45:54 -08:00
logger.rs Add benchmark script 2019-02-01 15:17:35 -08:00
main.rs cli: Generate parseres with the new ABI by default 2019-12-06 11:51:55 -08:00
parse.rs highlight: Fix panic when cancelled before parsing a nested document 2019-07-16 14:34:24 -07:00
query.rs rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
test.rs Fix error in test command when queries folder does not exist 2019-10-21 09:22:24 -07:00
test_highlight.rs Run syntax highlighting tests as part of the main test command 2019-12-05 15:28:16 -08: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 add encoding to web_ui.html (#504) 2019-12-06 19:28:08 -08:00
web_ui.rs web-ui: Fix content-type of library wasm 2019-08-10 13:00:55 -07:00