parent
976482cda2
commit
75bc5f1092
|
@ -258,7 +258,7 @@ PerlGrammar.rules = [
|
|||
PatternRule('perl.class', word2 + "(?=->)"),
|
||||
|
||||
PatternRule('perl.glob', r'\*(?= *{)'),
|
||||
PatternRule('perl.glob', r'(?:(?<=[^a-zA-Z0-9_])|(?<=^)) *\*' + word2),
|
||||
PatternRule('perl.glob', r'(?:(?<=[^a-zA-Z0-9_])|(?<=^)) *\*\$*' + word2),
|
||||
|
||||
# some basic stuff
|
||||
PatternRule('delimiter', r"::|->|=>|(?<!:):(?!=:)|[,;=\?(){}\[\]\(\)]"),
|
||||
|
|
Loading…
Reference in New Issue