Alternatives These alternatives support older JDK versions or Android: tree-sitter/kotlin-tree-sitter (JDK 17+, Android SDK 23+, Kotlin 1.9) bonede/tree-sitter-ng (JDK 8+) seart-group/java-tree-sitter (JDK 11+) AndroidIDEOfficial/android-tree-sitter (Android SDK 21+)About...
## Alternatives These alternatives support older JDK versions or Android: - [kotlin-tree-sitter](https://github.com/tree-sitter/kotlin-tree-sitter) (JDK 17+, Android SDK 23+, Kotlin 1.9) - [tree-sitter-ng](https://github.com/bonede/tree-sitter-ng) (JDK 8+) - [android-tree-sitter]...
Describe alternatives you've considered No response Additional context No response Activity char0nadded enhancementNew feature or request on Nov 12, 2024 char0nmentioned this in 2 issues on Nov 12, 2024 apidom-parser-adapter-yaml-1-2: bug in parsing mapping keys longer than 128 characters ...
Release a new tree-sitter 0.21 compatible version Describe alternatives you've considered Make the dependency more compatible by relaxing the version range Additional context No response
Describe alternatives you've considered Make the dependency more compatible by relaxing the version range Additional context No response HerringtonDarkholme added the enhancement label Apr 16, 2024 HerringtonDarkholme mentioned this issue May 2, 2024 [feature] bump tree-sitter-rust issue ast-grep/ast...
Describe alternatives you've considered For predicate performance, the predicate implementor can limit the traversal length. See perf(treesitter): bound has-ancestor? for highlighter neovim/neovim#27783. Other solutions: Poor performance with Treesitter highlighting on deep if-else in c neovim/neovim...
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++ 100 ENV CC=clang ENV CXX=clang++ RUN \ chmod +x /entrypoint.sh /prepare.sh /dependency-versions.sh && \ source /dependency-versions.sh && \ python3 -m pip install --break-system-packages \ build==$PIP_BUILD_VERSION \...
I am upgrade to version 22 and modules can no longer be built usingbuild_library. Does this repo have apippackage? Describe the solution you'd like pip install tree-sitter-markdown pip install tree-sitter-markdown-inline Describe alternatives you've considered ...
nvim your_file.slim +"InspectTree" Inspiration https://tree-sitter.github.io/tree-sitter/creating-parsers https://github.com/zealot128/tree-sitter-pug/blob/master/queries/highlights.scm Alternatives https://github.com/kolen/tree-sitter-slim About...
I used some of this projects as reference and they are also good alternatives: https://github.com/nvimdev/epo.nvim https://github.com/hrsh7th/nvim-cmp https://github.com/smolck/command-completion.nvim https://github.com/gelguy/wilder.nvim...