File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ class Liquid < Scanner
7
7
8
8
DIRECTIVE_KEYWORDS = "list|endlist|for|endfor|wrap|endwrap|if|endif|unless|endunless|elsif|assign|cycle|capture|end|capture|fill|iflist|endiflist|else"
9
9
10
- DIRECTIVE_OPERATORS = "=|==|!=|>|<|<=|>=|contains| "
10
+ DIRECTIVE_OPERATORS = "=|==|!=|>|<|<=|>=|contains"
11
11
12
- MATH = "=|==|!=|>|<|<=|>| "
12
+ MATH = "=|==|!=|>|<|<=|>"
13
13
14
- FILTER_KEYWORDS = "date|capitalize|downcase|upcase|first|last|join|sort|map|size|escape| escape_once|strip_html|strip_newlines|newline_to_br|replace| replace_first|remove |remove_first|truncate|truncatewords|prepend|append|minus|plus|times|divided_by|split|modulo"
14
+ FILTER_KEYWORDS = "date|capitalize|downcase|upcase|first|last|join|sort|map|size|escape_once|escape| strip_html|strip_newlines|newline_to_br|replace_first|replace |remove_first|remove |truncate|truncatewords|prepend|append|minus|plus|times|divided_by|split|modulo"
15
15
16
16
LIQUID_DIRECTIVE_BLOCK = /
17
17
{%
You can’t perform that action at this time.
0 commit comments