aboutsummaryrefslogtreecommitdiffstats
path: root/mako/lexer.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/lexer.py')
-rw-r--r--mako/lexer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mako/lexer.py b/mako/lexer.py
index 034caf7..42b9ecd 100644
--- a/mako/lexer.py
+++ b/mako/lexer.py
@@ -345,8 +345,6 @@ class Lexer(object):
|
(?=\${) # an expression
|
- (?=\#\*) # multiline comment
- |
(?=</?[%&]) # a substitution or block or call start or end
# - don't consume
|