mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 04:52:16 +00:00
335957800b
DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@4113 1a8010ca-5511-0410-912e-c29ae57300e0
10 lines
455 B
Text
10 lines
455 B
Text
// Custom style file for GNU Source-highlight, derived from its default.style
|
|
|
|
bgcolor "white"; // the background color for documents
|
|
context gray; // the color for context lines (when specified with line ranges)
|
|
|
|
keyword darkblue b; // for language keywords
|
|
string "#116611" f; // for strings and chars
|
|
specialchar pink f; // for special chars, e.g., \n, \t, \\
|
|
comment "#444444" i, noref; // for comments
|
|
cbracket red; // for block brackets (e.g. {, })
|