tree-sitter/cli/src
2019-05-15 16:25:53 -07:00
..
generate Avoid introducing certain auxiliary repeat rules in hidden rules 2019-05-15 12:36:54 -07:00
tests Add a unit test for local variable tracking in syntax highlighting 2019-05-10 14:38:43 -07:00
config.rs Add ~/.tree-sitter/config.json file, init-config command 2019-02-25 12:33:24 -08:00
error.rs Add a highlight subcommand 2019-02-19 12:32:03 -08:00
highlight.rs Add support for highlight properties that track local variables 2019-05-09 20:34:34 -07:00
lib.rs Start work on web UI command 2019-05-13 21:51:17 -07:00
loader.rs Build parsers with debug symbols 2019-04-05 13:04:37 -07:00
logger.rs Add benchmark script 2019-02-01 15:17:35 -08:00
main.rs Allow building the wasm libs with native emscripten instead of docker 2019-05-14 14:02:22 -07:00
parse.rs Fix presentation of missing nodes in parse command 2019-05-15 16:25:53 -07:00
properties.rs Fix property state merging bug 2019-05-09 20:34:34 -07:00
test.rs lib: Include fields in ts_node_string output 2019-02-13 09:47:21 -08:00
util.rs Extract graph log validation into a specialized test 2019-03-14 22:21:19 -07:00
wasm.rs Allow building the wasm libs with native emscripten instead of docker 2019-05-14 14:02:22 -07:00
web_ui.html Allow building the wasm libs with native emscripten instead of docker 2019-05-14 14:02:22 -07:00
web_ui.rs Don't include wasm library in the CLI binary on windows 2019-05-14 15:51:12 -07:00