ID = perl name = Perl rants = tab_size = 4 tab_use = 1 ID = wxSTC_LEX_PERL bracelight = ()[]{} keywords = < 1 = fore:\#ff0000; Error 2 = fore:\#aaaaaa; Comment 3 = fore:\#004000,back:\#E0FFE0,eolfilled; POD 4 = 5 = 6 = 7 = 8 = ; Symbols / Punctuation. Currently not used 9 = ; Preprocessor. Currently not used 10 = 11 = 12 = 13 = 14 = 15 = 16 = 17 = 18 = 19 = 20 = 21 = 22 = 23 = 24 = 25 = 26 = 27 = 28 = 29 = 30 = wordchars = # $_[0]->StyleSetSpec( wxSTC_H_TAG, "fore:#000055" ); # Apply tag style for selected lexer (blue) $_[0]->StyleSetSpec(3,"fore:#004000,back:#E0FFE0,$(font.text),eolfilled"); # POD $_[0]->StyleSetSpec(4,"fore:#007f7f"); # Number $_[0]->StyleSetSpec(5,"fore:#000077,bold"); # Keywords $_[0]->StyleSetSpec(6,"fore:#ee7b00,back:#fff8f8"); # Doublequoted string $_[0]->StyleSetSpec(7,"fore:#f36600,back:#fffcff"); # Single quoted string $_[0]->StyleSetSpec(8,"fore:#555555"); # $_[0]->StyleSetSpec(10,"fore:#002200"); # Operators $_[0]->StyleSetSpec(11,"fore:#3355bb"); # Identifiers (functions, etc.) $_[0]->StyleSetSpec(12,"fore:#228822"); # Scalars: $var $_[0]->StyleSetSpec(13,"fore:#339933"); # Array: @var $_[0]->StyleSetSpec(14,"fore:#44aa44"); # Hash: %var $_[0]->StyleSetSpec(15,"fore:#55bb55"); # Symbol table: *var $_[0]->StyleSetSpec(17,"fore:#000000,back:#A0FFA0"); # Regex: /re/ or m{re} $_[0]->StyleSetSpec(18,"fore:#000000,back:#F0E080"); # Substitution: s/re/ore/ $_[0]->StyleSetSpec(19,"fore:#000000,back:#8080A0"); # Long Quote (qq, qr, qw, qx) -- obsolete: replaced by qq, qx, qr, qw $_[0]->StyleSetSpec(20,"fore:#ff7700,back:#f9f9d7"); # Back Ticks $_[0]->StyleSetSpec(21,"fore:#600000,back:#FFF0D8,eolfilled"); # Data Section: __DATA__ or __END__ at beginning of line $_[0]->StyleSetSpec(22,"fore:#000000,back:#DDD0DD"); # Here-doc (delimiter) $_[0]->StyleSetSpec(23,"fore:#7F007F,back:#DDD0DD,eolfilled,notbold"); # Here-doc (single quoted, q) $_[0]->StyleSetSpec(24,"fore:#7F007F,back:#DDD0DD,eolfilled,bold"); # Here-doc (double quoted, qq) $_[0]->StyleSetSpec(25,"fore:#7F007F,back:#DDD0DD,eolfilled,italics"); # Here-doc (back ticks, qx) $_[0]->StyleSetSpec(26,"fore:#7F007F,$(font.monospace),notbold"); # Single quoted string, generic $_[0]->StyleSetSpec(27,"$(style.perl.6)"); # qq = Double quoted string $_[0]->StyleSetSpec(28,"$(style.perl.20)"); # qx = Back ticks $_[0]->StyleSetSpec(29,"$(style.perl.17)"); # qr = Regex $_[0]->StyleSetSpec(30,"fore:#f36600,back:#fff8f8"); # qw = Array debug = no compile = no block = \#~ box = \#~ stream = no run = tidy = no