branch : pmacs2
This commit is contained in:
moculus 2007-04-02 15:25:57 +00:00
parent 9be1839db9
commit e597ea1402
2 changed files with 2 additions and 2 deletions

View File

@ -46,4 +46,4 @@ class Highlighter:
self.tokens[token.y].append(token)
def update(self, lines):
pass

View File

@ -212,7 +212,7 @@ class PerlGrammar(Grammar):
# match regexes
RegionRule(
name=r'match',
start=r'(?:(?<==~)|(?<=!~)|(?<=\()) *(?P<delim>/)',
start=r'(?:(?<==~)|(?<=!~)|(?<=\()|(?<=split)) *(?P<delim>/)',
grammar=StringGrammar(),
end=r'/[a-z]*',
),