tree-sitter/cli/src
Max Brunsfeld ca64399f9f Ignore lock files in grammar repos
It is very common practice to ignore
these lock files for libraries, since they do not apply to applications
that use the libraries. The lock files are especially not useful in
tree-sitter grammar repos, since tree-sitter grammars should not have
dependencies. The lock files are just a source of merge conflicts and
spurious CI failures.
2025-05-28 10:58:45 -07:00
..
fuzz fix(rust): address new nightly lint for pointer comparisons 2025-03-26 08:58:50 +01:00
templates Ignore lock files in grammar repos 2025-05-28 10:58:45 -07:00
tests Fix crash w/ goto_previous_sibling when parent node has leading extra child (#4472) 2025-05-27 16:56:33 -07:00
highlight.rs perf(highlight): use BTreeMap over IndexMap for highlight configs 2025-04-20 05:55:37 -04:00
init.rs fix(bindings): correct Zig bindings to expose a language function 2025-02-02 02:07:36 -05:00
input.rs fix(rust): adapt to new nightly lint 2025-03-06 09:32:21 +01:00
lib.rs feat(cli): make input handling agnostic 2025-01-03 16:16:17 -05:00
logger.rs fix(cli): allow dead code in Logger 2021-08-04 03:38:58 +03:00
main.rs cli: Compile parsers to wasm using wasi-sdk, not emscripten (#4393) 2025-04-24 16:00:09 -07:00
parse.rs fix(parse): explicitly move temporaries in the logger callback 2025-04-28 03:30:05 -04:00
playground.html refactor(web): rename tree-sitter.js to web-tree-sitter.js 2025-02-11 22:56:50 -05:00
playground.rs refactor(web): rename tree-sitter.js to web-tree-sitter.js 2025-02-11 22:56:50 -05:00
query.rs fix(rust): adapt to new nightly lint 2025-03-06 09:32:21 +01:00
query_testing.rs feat: remove lazy_static in favor of LazyLock 2025-01-21 00:21:35 -05:00
tags.rs feat(cli): rework tags to use new input handler 2025-01-03 16:16:17 -05:00
test.rs feat: remove lazy_static in favor of LazyLock 2025-01-21 00:21:35 -05:00
test_highlight.rs fix(highlight): account for multiple rows in highlight testing assertions 2025-04-06 09:45:50 -04:00
test_tags.rs chore: a few minor lints 2025-01-21 00:57:58 -05:00
util.rs chore: some more clippy lints 2024-02-13 03:33:07 -05:00
version.rs feat: add version subcommand for versioning grammars 2024-10-18 22:08:57 -04:00
wasm.rs cli: Compile parsers to wasm using wasi-sdk, not emscripten (#4393) 2025-04-24 16:00:09 -07:00