Remove literal tag (raw is more performant)

This reverts commit c00a650492.
This commit is contained in:
Jonathan Rudenberg
2011-06-13 09:34:15 -04:00
parent 17922273e1
commit f85bea2902
5 changed files with 1 additions and 88 deletions
-1
View File
@@ -45,7 +45,6 @@ module Liquid
PartialTemplateParser = /#{TagStart}.*?#{TagEnd}|#{VariableStart}.*?#{VariableIncompleteEnd}/
TemplateParser = /(#{PartialTemplateParser}|#{AnyStartingTag})/
VariableParser = /\[[^\]]+\]|#{VariableSegment}+\??/
LiteralShorthand = /^(?:\{\{\{\s?)(.*?)(?:\s*\}\}\})$/
end
require 'liquid/drop'