tree-sitter/cli/src
Arthur Baars f07dda692e Ensure "extras" symbols are included in the node-types.json file
The symbols marked as "extras" are the start symbols of secondary
languages. These should be included in the aliases map just as done
for start symbol of the main language to ensure their node type and
field information is included in the node-types.json file.
2020-10-29 18:05:24 +01:00
..
generate Ensure "extras" symbols are included in the node-types.json file 2020-10-29 18:05:24 +01:00
tests query: Fix escape sequence parsing in anonymous node patterns 2020-10-28 13:55:13 -07:00
config.rs Add ~/.tree-sitter/config.json file, init-config command 2019-02-25 12:33:24 -08:00
error.rs Return correct path and line in query errors from the CLI 2020-09-24 13:47:27 -07:00
highlight.rs Tweak cancellation logic for CLI commands 2020-10-23 12:15:44 -07:00
lib.rs Start work on new tree-sitter-tags crate 2020-03-04 14:27:31 -08:00
loader.rs Make query error line numbers consistently display 1-indexed 2020-09-24 15:03:51 -07:00
logger.rs Add benchmark script 2019-02-01 15:17:35 -08:00
main.rs Tweak cancellation logic for CLI commands 2020-10-23 12:15:44 -07:00
parse.rs Tweak cancellation logic for CLI commands 2020-10-23 12:15:44 -07:00
query.rs Accept a paths file to most CLI subcommands 2020-07-14 15:04:39 -07:00
tags.rs Make query error line numbers consistently display 1-indexed 2020-09-24 15:03:51 -07:00
test.rs Return correct path and line in query errors from the CLI 2020-09-24 13:47:27 -07:00
test_highlight.rs In highlight test, reset included ranges before finding assertions 2020-06-15 10:51:34 -07:00
util.rs Tweak cancellation logic for CLI commands 2020-10-23 12:15:44 -07:00
wasm.rs Fix wasm tests on CI (#616) 2020-05-13 15:14:43 -07:00
web_ui.html add encoding to web_ui.html (#504) 2019-12-06 19:28:08 -08:00
web_ui.rs Better naming. 2020-09-08 09:25:38 -04:00