Changeset 23029 for src

Show
Ignore:
Timestamp:
11/17/08 03:47:24 (7 weeks ago)
Author:
azawawi
Message:

[STD_syntax_highlight] quote -> dark magenta
[STD_syntax_highlight] package_declarator -> dark red

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD_syntax_highlight.css

    r23023 r23029  
    33.routine_declarator { color: DarkRed; } 
    44.regex_declarator { color: DarkRed; } 
     5.package_declarator { color DarkRed; } 
    56.statement_control { color: DarkRed; } 
    67.block { color: Black; } 
     
    1011.variable { color: DarkGreen; }  
    1112.assertion { color: Darkgreen; } 
    12 .quote { color: Brown; }    
     13.quote { color: DarkMagenta; }    
    1314.number { color: DarkOrange; } 
    1415.infix { color: DimGray; }