parent
7709f94ae4
commit
619ca7538e
|
@ -65,6 +65,7 @@ scalar_rules = [
|
|||
PatternRule('perl.scalar', r'\$\^(?:' + word1 + '|' + wchr1 + ')'),
|
||||
PatternRule('perl.scalar', r'\$\^O'),
|
||||
PatternRule('perl.scalar', r'\${\^' + word1 + '}'),
|
||||
PatternRule('perl.hash', r'\$' + word2),
|
||||
]
|
||||
|
||||
def _make_string_rules(forbidden):
|
||||
|
|
Loading…
Reference in New Issue