tree-sitter/cli/src
Romanos Skiadas 4784ecaf0a fix crash on empty sexp in test, ()
Now this no longer crashes:

=====
a test
=====
-----
()

...

tree-sitter test:

1 failure:

expected / actual

  1. a test:

    (source_file)

    ()

fixes #1537
2021-12-15 19:10:26 +02:00
..
generate Use serde's derive feature everywhere 2021-11-21 13:39:30 -08:00
tests Fix query bugs revealed by randomized tests 2021-11-21 12:02:58 -08:00
highlight.rs Use serde's derive feature 2021-10-05 02:38:18 -05:00
lib.rs chore(cli): Rename all internal web_ui stuff to playground 2021-09-22 04:28:08 +03:00
logger.rs fix(cli): allow dead code in Logger 2021-08-04 03:38:58 +03:00
main.rs Fix whitespace issues when using paths-file. 2021-10-25 23:51:01 +02:00
parse.rs Allow $ in tree-sitter parse --edit 2021-06-23 10:04:29 -04:00
playground.html playground: Make query error underlines render in safari 2021-11-22 16:04:45 -08:00
playground.rs Fix include_bytes error when building cli outside of source tree 2021-12-13 14:22: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 fix crash on empty sexp in test, () 2021-12-15 19:10:26 +02:00
test_highlight.rs rust: Extract runtime language detection into separate crate 2021-06-09 17:42:30 -04:00
util.rs Fix linux build 2021-09-28 19:06:05 -04:00
wasm.rs Refactor emscripten/emsdk version to a single file 2021-06-29 21:39:12 +00:00