-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjavalog.style
44 lines (37 loc) · 1022 Bytes
/
javalog.style
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// Mark Silberbauer <[email protected]>
// for javalog
keyword red b; // for language keywords
type green b ; // for basic types
string red f ; // for strings and chars
specialchar yellow ; // for special chars, e.g., \n, \t, \\
comment blue b; // for comments
number blue ; // for literal numbers
preproc darkblue b ; // for preproc directives (e.g. #include, import)
symbol darkred ; // for simbols (e.g. <, >, +)
function black b; // for function calls and declarations
cbracket red; // for block brackets (e.g. {, })
todo b; // for TODO and FIXME
// line numbers
linenum black f;
// Internet related
url blue u, f;
// other elements for ChangeLog and Log files
date blue b ;
time darkblue b ;
ip darkgreen ;
file darkblue b ;
name darkgreen ;
// for Prolog, Perl...
variable darkgreen ;
// explicit for Latex
italics darkgreen i;
bold darkgreen b;
underline darkgreen u;
fixed green f;
argument darkgreen;
optionalargument purple;
math orange;
// for diffs
oldfile orange;
newfile darkgreen;
difflines blue;