diff --git a/runtime/syntax/liquid.vim b/runtime/syntax/liquid.vim index 966b60f6f8..83382e8f16 100644 --- a/runtime/syntax/liquid.vim +++ b/runtime/syntax/liquid.vim @@ -101,7 +101,7 @@ syn match liquidPipe '|' contained skipwhite nextgroup=liquidFilter syn keyword liquidFilter date capitalize downcase upcase escape escape_once first last join sort size where uniq strip_html strip_newlines newline_to_br replace replace_first remove remove_first slice split strip truncate truncatewords prepend append url_encode url_decode abs at_most at_least ceil divided_by floor minus plus round times modulo contained syn keyword liquidConditional if elsif else endif unless endunless case when endcase ifchanged endifchanged contained -syn keyword liquidRepeat for endfor tablerow endtablerow in break continue limit offset reversed contained +syn keyword liquidRepeat for endfor tablerow endtablerow in break continue limit offset reverse reversed contained syn match liquidRepeat "\%({%-\=\s*\)\@<=empty\>" contained syn keyword liquidKeyword assign capture endcapture increasement decreasement cycle include with render contained