mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
more micro optimization
This commit is contained in:
@@ -7,8 +7,6 @@ module Liquid
|
||||
attr_reader :line_number, :for_liquid_tag
|
||||
|
||||
TAG_END = /%\}/
|
||||
VARIABLE_START = /\{\{/
|
||||
VARIABLE_END = /\}\}/
|
||||
TAG_OR_VARIABLE_START = /\{[\{\%}]/
|
||||
NEWLINE = /\n/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user