- Timestamp:
- 11/15/08 19:43:02 (8 weeks ago)
- Files:
-
- 1 modified
-
src/perl6/STD_syntax_highlight (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/STD_syntax_highlight
r23023 r23027 469 469 } 470 470 if($rule_to_color) { 471 if($last_tree =~ / identifier/) {471 if($last_tree =~ /\sidentifier/) { 472 472 if($parser->is_type($buffer)) { 473 473 $rule_to_color = '_type'; … … 478 478 $last_type = ''; 479 479 } 480 } elsif($last_tree =~ / sigil/) {480 } elsif($last_tree =~ /\ssigil/) { 481 481 given($buffer) { 482 482 when ('$') { $last_type = '_scalar'; }
