Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: colours for syntax highlighting

by Anonymous Monk
on Nov 22, 2019 at 03:49 UTC ( [id://11109034]=note: print w/replies, xml ) Need Help??


in reply to Re: colours for syntax highlighting
in thread colours for syntax highlighting

Yup, SciTE is very nice

Slight tweak

font.monospace=font:DejaVu Sans Mono,size:11 font.base=$(font.monospace) font.comment=$(font.monospace) font.small=$(font.monospace) font.text=$(font.monospace) font.text.comment=$(font.monospace) font.embedded.base=$(font.monospace) font.embedded.comment=$(font.monospace) # White space style.perl.0=fore:#808080,font:DejaVu Sans Mono,size:11 # Error style.perl.1=fore:#FFFF00,back:#FF0000 # Comment style.perl.2=fore:#007F00,font:DejaVu Sans Mono,size:11 # POD: = at beginning of line style.perl.3=fore:#004000,back:#E0FFE0,font:DejaVu Sans Mono,size:11,e +olfilled # Number style.perl.4=fore:#007F7F # Keyword style.perl.5=fore:#00007F,bold # Double quoted string style.perl.6=fore:#7F007F,font:DejaVu Sans Mono,size:11 # Single quoted string style.perl.7=fore:#7F007F,font:DejaVu Sans Mono,size:11 # Symbols / Punctuation. Currently not used by LexPerl. style.perl.8=back:#FF0000, # Preprocessor. Currently not used by LexPerl. style.perl.9=back:#FF0000, # Operators style.perl.10=fore:#000000,bold # Identifiers (functions, etc.) style.perl.11=fore:#000000 # Scalars: $var style.perl.12=fore:#000000,back:#FFE0E0 # Array: @var style.perl.13=fore:#000000,back:#FFFFE0 # Hash: %var style.perl.14=fore:#000000,back:#FFE0FF # Symbol table: *var style.perl.15=fore:#000000,back:#E0E0E0 # Regex: /re/ or m{re} style.perl.17=fore:#000000,back:#A0FFA0 # Substitution: s/re/ore/ style.perl.18=fore:#000000,back:#F0E080 # Long Quote (qq, qr, qw, qx) -- obsolete: replaced by qq, qx, qr, qw style.perl.19=fore:#FFFF00,back:#8080A0 # Back Ticks style.perl.20=fore:#FFFF00,back:#A08080 # Data Section: __DATA__ or __END__ at beginning of line style.perl.21=fore:#600000,back:#FFF0D8,eolfilled # Here-doc (delimiter) style.perl.22=fore:#000000,back:#feeffe # Here-doc (single quoted, q) style.perl.23=fore:#7F007F,back:#feeffe,eolfilled,notbold # Here-doc (double quoted, qq) style.perl.24=fore:#7F007F,back:#feeffe,eolfilled,bold # Here-doc (back ticks, qx) style.perl.25=fore:#FFFF00,back:#A08080,eolfilled,bold # Single quoted string, generic style.perl.26=fore:#7F007F,font:DejaVu Sans Mono,size:11,notbold # qq = Double quoted string style.perl.27=fore:#7F007F,font:DejaVu Sans Mono,size:11 # qx = Back ticks style.perl.28=fore:#FFFF00,back:#A08080 # qr = Regex style.perl.29=fore:#000000,back:#A0FFA0 # qw = Array style.perl.30=fore:#000000,back:#FFFFE0 # POD: verbatim paragraphs style.perl.31=fore:#004000,back:#C0FFC0,font:DejaVu Sans Mono,size:11, +eolfilled # subroutine prototype style.perl.40=fore:#000000,bold,italics # format identifier style.perl.41=fore:#C000C0,bold # format body style.perl.42=fore:#C000C0,back:#FFF0FF,eolfilled

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11109034]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-25 19:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found