helix-plus/helix-core
Michael Davis 50b191a7df
Log failures to load tree-sitter parsers as error ()
Info logs don't show up in the log file by default, but this line
should: failures to load tree-sitter parser objects are useful errors.
A parser might fail to load it is misconfigured
(https://github.com/helix-editor/helix/pull/4303#discussion_r996448543)
or if the file does not exist.
..
src Log failures to load tree-sitter parsers as error ()
tests Add `extend-indented` and `stop-extend` captures for indent queries.
.gitignore Initial import.
Cargo.toml do not reparse unmodified injections ()