| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
If jinja_inline parser is regenerated, then this pattern hits an
"impossible" assert in tree-sitter query processing.
|
| |
|
|
| |
This reverts commit 8c8742871a1489afd7878bfee4bc40465f4a116a.
|
| |
|
|
| |
https://github.com/cathaysia/tree-sitter-jinja/issues/37
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|