add long highlighting support

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2012-02-10 21:58:54 -05:00
parent 1fe29b34aa
commit 8895902f4f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class JavapGrammar(Grammar):
'javap.pseudo', 'spaces', 'javap.type'), 'javap.pseudo', 'spaces', 'javap.type'),
PatternMatchRule('x', '(--field)( +)([^ ]+)( +)([^ ]+)', PatternMatchRule('x', '(--field)( +)([^ ]+)( +)([^ ]+)',
'javap.pseudo', 'spaces', 'javap.type', 'spaces', 'javap.type'), 'javap.pseudo', 'spaces', 'javap.type', 'spaces', 'javap.type'),
PatternRule('javap.pseudo', '--(?:method|iface|string|field)'), PatternRule('javap.pseudo', '--(?:method|iface|string|field|long)'),
# parse type args # parse type args
PatternMatchRule('x', '([^ ]+)( +)(\()', PatternMatchRule('x', '([^ ]+)( +)(\()',