tree-sitter/cli/src
Amaan Qureshi bc072a52f8 refactor(cli): break out subcommand logic into separate functions
Co-authored-by: buckynbrocko <77247638+buckynbrocko@users.noreply.github.com>
2024-09-24 13:23:49 -04:00
..
fuzz fix(fuzz): skip tests marked with :skip & don't report errors on tests marked with :error 2024-09-22 03:46:52 -04:00
generate feat: add root field in node-types.json 2024-09-22 01:48:03 -04:00
tests style(tests): do not use .as_bytes().len() on strings 2024-09-22 20:27:38 -04:00
highlight.rs refactor: remove ansi_term dependency 2024-05-25 21:09:28 -04:00
lib.rs feat: add fuzz subcommand 2024-05-30 23:00:45 -04:00
logger.rs fix(cli): allow dead code in Logger 2021-08-04 03:38:58 +03:00
main.rs refactor(cli): break out subcommand logic into separate functions 2024-09-24 13:23:49 -04:00
parse.rs feat: add fuzz subcommand 2024-05-30 23:00:45 -04:00
playground.html Add some documentation to the playground page 2024-02-15 16:24:21 +01:00
playground.rs refactor(rust): misc fixes & tidying 2024-04-11 22:35:43 -04:00
query.rs feat(test): test all queries 2024-09-24 12:36:33 -04:00
query_testing.rs fix(test): correctly handle assertions on empty lines 2024-09-24 12:36:33 -04:00
tags.rs style: format imports 2024-04-11 22:35:43 -04:00
test.rs feat!: remove filter flag from commands in favor of include and exclude 2024-09-07 20:53:04 -04:00
test_highlight.rs fix: properly handle utf8 code points for highlight and tag assertions 2024-09-22 01:03:59 -04:00
test_tags.rs fix: properly handle utf8 code points for highlight and tag assertions 2024-09-22 01:03:59 -04:00
util.rs chore: some more clippy lints 2024-02-13 03:33:07 -05:00
wasm.rs fix(cli): properly account for multi-grammar repos when using docker to build a wasm parser 2024-05-05 14:56:42 -04:00