aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/jinja_inline
Commit message (Collapse)AuthorAgeFilesLines
* fix: remove redundant alternants (#8159)Riley Bruins2025-09-281-1/+0
|
* fix(jinja_inline): fix crashing query patternRobert Muir2025-08-051-3/+3
| | | | | If jinja_inline parser is regenerated, then this pattern hits an "impossible" assert in tree-sitter query processing.
* Revert "fix(jinja): remove crashing pattern"Robert Muir2025-08-051-8/+8
| | | | This reverts commit 8c8742871a1489afd7878bfee4bc40465f4a116a.
* fix(jinja): remove crashing patternChristian Clason2025-07-211-8/+8
| | | | https://github.com/cathaysia/tree-sitter-jinja/issues/37
* fix(jinja): assign highlights to all variables and functionsRobert Muir2025-07-191-6/+24
| | | | | | | | | | | The majority of jinja variables aren't assigned any highlights at all. Assign @variable to all identifiers. Jinja filters without parameters are not highlighted as functions: add a query for these. Refine the existing @variable.member to only capture identifiers instead of broader nodes.
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-122-0/+159