aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/jinja_inline/highlights.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/queries/jinja_inline/highlights.scm b/runtime/queries/jinja_inline/highlights.scm
index c072eea66..3a9660471 100644
--- a/runtime/queries/jinja_inline/highlights.scm
+++ b/runtime/queries/jinja_inline/highlights.scm
@@ -125,14 +125,14 @@
"."
(identifier)+ @variable.member)
-; crashes parser: https://github.com/cathaysia/tree-sitter-jinja/issues/37
-; ; jinja filters
-; (binary_expression
-; (binary_operator
-; "|")
-; (unary_expression
-; (primary_expression
-; (identifier) @function.call)))
+; jinja filters
+(binary_expression
+ (binary_operator
+ "|")
+ (unary_expression
+ (primary_expression
+ (identifier) @function.call)))
+
(inline_trans
"_" @function.builtin)