tree-sitter/cli/src
Max Brunsfeld 1bad6dc41e Add ~/.tree-sitter/config.json file, init-config command
Right now this is just used for two things:
* Specifying folders for locarting parsers to use with `tree-sitter 
parse` and `tree-sitter highlight`
* Specifying colors to use for `tree-sitter-highlight`
2019-02-25 12:33:24 -08:00
..
generate cli: Create src directory before writing grammar.json 2019-02-14 10:57:33 -08:00
tests highlight: Fix HTML rendering of empty lines 2019-02-22 11:48:29 -08: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 ~/.tree-sitter/config.json file, init-config command 2019-02-25 12:33:24 -08:00
lib.rs Add ~/.tree-sitter/config.json file, init-config command 2019-02-25 12:33:24 -08:00
loader.rs cli: Add --scope flag to highlight command 2019-02-20 14:38:19 -08:00
logger.rs Add benchmark script 2019-02-01 15:17:35 -08:00
main.rs Add ~/.tree-sitter/config.json file, init-config command 2019-02-25 12:33:24 -08:00
parse.rs Clarify parse command error message when failing to read source file 2019-02-19 10:40:27 -08:00
properties.rs cli: Fix handling of import chains in property sheets 2019-02-22 16:15:36 -08:00
test.rs binding: Make parse methods more convenient 2019-02-05 10:59:33 -08:00
util.rs Add benchmark script 2019-02-01 15:17:35 -08:00