| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes nvim-treesitter#1384
|
|
|
|
|
|
|
|
Use `@keyword.function` for `def` and `lambda`
|
|
|
|
|
|
|
|
html_tags and ecma don't have a parser of they own,
but that's actually just to get around to inherit
common queries.
When editing these "base" queries,
the playground breaks. Having them in used_by would fix this.
|
|
|
|
Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1459
|
|
|
|
|
|
|
|
|
|
skip-checks: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: GitHub <noreply@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Disable highlight for `variable_ref`
- Capture `ENV` and `CACHE` as `@symbol`
- Capture '$', '{', '}', '(', ')' as punctuation
|
|
|
|
|