mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(jinja): remove crashing pattern
https://github.com/cathaysia/tree-sitter-jinja/issues/37
This commit is contained in:
parent
6b3bf164b2
commit
8c8742871a
2 changed files with 8 additions and 27 deletions
|
|
@ -1,19 +0,0 @@
|
|||
{{ name|striptags|title }}
|
||||
{# ^^^^ @variable #}
|
||||
{# ^^^^^ @function.call #}
|
||||
{# ^^^^^ @function.call #}
|
||||
|
||||
{{ listx|join(', ') }}
|
||||
{# ^^^^^ @variable #}
|
||||
{# ^^^^ @function.call #}
|
||||
{# ^^^^ @string #}
|
||||
|
||||
{{ listx|join(str) }}
|
||||
{# ^^^^^ @variable #}
|
||||
{# ^^^^ @function.call #}
|
||||
{# ^^^ @variable.parameter #}
|
||||
|
||||
{{ foo.bar|random }}
|
||||
{# ^^^ @variable #}
|
||||
{# ^^^ @variable.member #}
|
||||
{# ^^^^^^ @function.call #}
|
||||
Loading…
Add table
Add a link
Reference in a new issue