Skip to content

Commit 5bfb58f

Browse files
committed
Add eq test
eq test function is only valid after `is` keyword.
1 parent 4975312 commit 5bfb58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Syntaxes/Text/syntax_test_scopes.jinja.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,7 @@ not a # for statement:
13091309
## ^^^^^ support.function.test.jinja
13101310

13111311
{% if test eq false %}
1312+
## ^^ - keyword - support.function - variable.function
13121313
## ^^^^^ constant.language.boolean.false.jinja
13131314

13141315
{% if 1 is in [1, 2] %}

0 commit comments

Comments
 (0)