parent
e05a896088
commit
9155446878
|
@ -32,7 +32,7 @@ class TemplateGrammar(Grammar):
|
|||
RegionRule(r'tt.directive', r'\[\%(?= *PERL)', PerlDirectiveGrammar,
|
||||
r'%%\]', PerlGrammar, r'\[%%', PerlDirectiveGrammar, '%%\]'),
|
||||
RegionRule(r'tt.directive', r'\[\%', DirectiveGrammar, r'%%\]'),
|
||||
RegionRule(r'tt.tag', r'</?', TagGrammar, r'/?>'),
|
||||
RegionRule(r'tt.tag', r'</?(?=[a-zA-Z_])', TagGrammar, r'/?>'),
|
||||
]
|
||||
|
||||
class Template(mode.Fundamental):
|
||||
|
|
Loading…
Reference in New Issue