tree-sitter/cli/src
2024-04-11 09:01:56 -04:00
..
generate fix(cli): fix mismatched parenthesis when accounting for && 2024-04-11 09:01:56 -04:00
tests test: add regression test for node parent + string bug 2024-03-20 19:23:08 -04:00
highlight.rs style: cleaner cast 2024-02-21 12:01:25 -05:00
lib.rs doc: Include README as top-level module documentation for all crates 2023-08-28 23:09:37 +03:00
logger.rs fix(cli): allow dead code in Logger 2021-08-04 03:38:58 +03:00
main.rs feat(cli)!: add a separate build command to compile parsers 2024-03-17 05:36:30 -04:00
parse.rs style: prefer turbofish syntax where possible 2024-02-19 16:00:50 -05:00
playground.html Add some documentation to the playground page 2024-02-15 16:24:21 +01:00
playground.rs refactor: &PathBuf -> &Path 2024-02-17 00:45:28 -05:00
query.rs chore(cli): apply clippy fixes 2024-02-04 04:18:48 -05:00
query_testing.rs fix(assertions): case shouldn't matter for comment node detection 2024-02-29 02:17:30 -05:00
tags.rs feat: improve error message for files with an unknown grammar path 2024-02-12 17:17:37 -05:00
test.rs fix(test): allow colons in test names 2024-04-08 17:56:05 -04:00
test_highlight.rs refactor!: remove the apply-all-captures flag, make last-wins precedence the default 2024-02-16 12:34:12 -05:00
test_tags.rs feat: improve error message for files with an unknown grammar path 2024-02-12 17:17:37 -05:00
util.rs chore: some more clippy lints 2024-02-13 03:33:07 -05:00
wasm.rs Merge pull request #3181 from tree-sitter/handle-wasm-oom 2024-03-18 13:15:06 -07:00