| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "fix(jinja): remove crashing pattern" | Robert Muir | 2025-08-05 | 1 | -0/+19 |
| | | | | | This reverts commit 8c8742871a1489afd7878bfee4bc40465f4a116a. | ||||
| * | fix(jinja): remove crashing pattern | Christian Clason | 2025-07-21 | 1 | -19/+0 |
| | | | | | https://github.com/cathaysia/tree-sitter-jinja/issues/37 | ||||
| * | fix(jinja): assign highlights to all variables and functions | Robert Muir | 2025-07-19 | 3 | -0/+53 |
| 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. | |||||
