| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
| |
pascal, sql, typoscript, v, xresources
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
Updates `peter-evans/create-pull-request` from 7 to 8
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: peter-evans/create-pull-request
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| | |
|
| | |
|
| |
|
|
| |
mlir, nu, phpdoc, t32, tera, vim, vimdoc, xresources, zsh
|
| |
|
| |
Breaking change: `(condition_bool)` renamed to `(condition_bool_legacy)`
|
| | |
|
| |
|
|
| |
Breaking change: `(bit_string_*)` renamed to `(bit_array_*)`
|
| |
|
|
| |
scheme, slint, vhdl, zsh
|
| | |
|
| | |
|
| |
|
|
|
| |
Added all builtin annotations, constants, methods
and types as of godot commit : 10c7cb8
|
| |
|
|
|
|
| |
Problem: `@type` currently captures function calls but fails to
capture CTE names.
Solution: Don't capture types in invocations. Add pattern for `cte`.
|
| |
|
|
| |
mlir, nu, powershell, slint, vimdoc, xresources
|
| | |
|
| |
|
|
|
|
| |
- Bash does not have boolean values and the builtin `true`
and `false` commands are already covered by another capture.
- The grammar has a `number` node and it's already captured.
|
| | |
|
| |
|
|
| |
This changes the structure of "if" expressions so the queries for
nvim-treesitter-textobjects can be changed as to not cause any crashes.
|
| | |
|
| |
|
|
|
|
|
| |
Problem: Gitlab has too frequent outages, which break automation.
Solution: Drop all Gitlab-hosted parsers (two of which have been
unmaintained for years).
|
| |
|
|
| |
Breaking change: `(do_loop_statement)` renamed to `(do_loop)`
|
| |
|
|
|
| |
Breaking change: removed double parenthesis as valid opening to
arithmetic expansion. (Only `$((` is allowed according to the manual.)
|
| |
|
|
|
|
| |
Problem: The commit https://github.com/inko-lang/tree-sitter-inko/commit/fc37d05c363ccf7f515354c5a47d72b2d3ff555e broke parsing a textobjects query.
Solution: Downgrade parser to previous commit and pin it (until we can move it to tier 1).
|
| |
|
|
| |
pkl, powershell, templ, xresources
|
| | |
|
| | |
|
| |
|
|
|
| |
Highlights the dollar symbol properly in multi-symbol contexts, like `$3.some.properties`.
There was already a fix for a similar issue on #8067, but it only addressed `$.some.properties`, but not the variant with the argument number in it.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
gleam, haskell, idl, php, php_only, pkl, query, readline, vimdoc, xresources
|
| |
|
|
|
|
|
|
| |
* use uniform scope node instead of literal matching
This avoids the need to refactor if other scope types are added. Maybe
helps performance as well.
* add method expression highlight
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Problem: These patterns were impossible, since children need to be children of
every subtype of a supertype to be captured in this way. As subtypes
could appear as children themselves, the query code silently "skipped
over" the supertype restriction in the pattern. This was fixed in
tree-sitter v0.26.0, which now (correctly) flags these patterns as
"impossible".
Solution: Add the appropriate child nodes explicitly.
|
| |
|
|
| |
query, sql, t32, vimdoc, zsh
|
| |
|
|
|
|
|
|
|
|
|
| |
Problem: These patterns were impossible, since children need to be children of
every subtype of a supertype to be captured in this way. As subtypes
could appear as children themselves, the query code silently "skipped
over" the supertype restriction in the pattern. This was fixed in
tree-sitter v0.26.0, which now (correctly) flags these patterns as
"impossible".
Solution: Add the appropriate child nodes explicitly.
|
| |
|
|
| |
heex, helm, javadoc, matlab, mlir, pkl, psv, t32, tsv, xresources
|
| | |
|
| | |
|
| |
|
|
|
|
| |
The source of truth for formatting (according to make formatquery and
CI) is now ts_query_ls, so remove the no longer required script to
prevent divergence and bitrotting.
|