mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
WIP - Implement indentation whitespace control
This commit is contained in:
+3
-1
@@ -26,7 +26,9 @@ module Liquid
|
||||
ArgumentSeparator = ','
|
||||
FilterArgumentSeparator = ':'
|
||||
VariableAttributeSeparator = '.'
|
||||
WhitespaceControl = '-'
|
||||
WhitespaceControl = '(?:[-~])'
|
||||
WhitespaceTrim = '-'
|
||||
WhitespaceTrimIndent = '~'
|
||||
TagStart = /\{\%/
|
||||
TagEnd = /\%\}/
|
||||
TagName = /#|\w+/
|
||||
|
||||
Reference in New Issue
Block a user