tree-sitter/cli/src
Max Brunsfeld 555277a102 Allow testing highlight and tag queries when testing wasm build
Replace non-mutating `ts_parser_wasm_store` function with
`ts_parser_take_wasm_store`, which removes and returns the wasm
store, in order to facilitate single ownership.
2023-01-23 11:46:59 -08:00
..
generate Merge pull request #1787 from kianmeng/fix-typos 2022-08-25 10:25:39 -07:00
tests Integrate WASM compilation into the CLI's Loader 2022-11-15 17:14:33 -08:00
highlight.rs Support @module as a highlight key. 2021-12-15 17:33:57 -05:00
lib.rs run test_tag in 'tree-sitter test' when tags test dir exists 2021-12-18 11:07:18 -06:00
logger.rs fix(cli): allow dead code in Logger 2021-08-04 03:38:58 +03:00
main.rs Allow testing highlight and tag queries when testing wasm build 2023-01-23 11:46:59 -08:00
parse.rs Integrate WASM compilation into the CLI's Loader 2022-11-15 17:14:33 -08:00
playground.html playground: Make query error underlines render in safari 2021-11-22 16:04:45 -08:00
playground.rs Start work on ability to load wasm languages from native lib, via wasmtime 2022-11-15 17:14:33 -08:00
query.rs cli(query): Improve and unify query subcommand output 2021-09-21 23:10:00 +03:00
query_testing.rs Fix possible infinite loop when running syntax highlighting tests 2021-08-29 15:04:23 -07:00
tags.rs rust: Extract runtime language detection into separate crate 2021-06-09 17:42:30 -04:00
test.rs Start work on a --wasm flag for the test subcommand 2022-11-15 17:14:33 -08:00
test_highlight.rs Allow testing highlight and tag queries when testing wasm build 2023-01-23 11:46:59 -08:00
test_tags.rs Allow testing highlight and tag queries when testing wasm build 2023-01-23 11:46:59 -08:00
util.rs Fix linux build 2021-09-28 19:06:05 -04:00
wasm.rs Integrate WASM compilation into the CLI's Loader 2022-11-15 17:14:33 -08:00