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 45 46 47
|
# -*- cooleditsyntax -*-
context default
keyword linestart @@*@@ cyan
keyword linestart Index:\s brown
keyword linestart \*\*\*\*\*\*\*\*\*\*\*\*\*\*\* cyan
keyword linestart \*\*\**\*\*\*\* cyan
keyword linestart ---*---- cyan
context exclusive linestart @@*@@ \n brightcyan
context exclusive linestart Index:\s \n black white
context linestart diff\s \n white red
context linestart --- \n brightmagenta
context linestart \+\+\+ \n brightmagenta
context linestart \*\*\* \n brightmagenta
context linestart === \n brown
context linestart \+ \n brightgreen
context linestart > \n brightgreen
context linestart - \n brightred
context linestart < \n brightred
context linestart ! \n yellow
context linestart ? \n brown
context linestart RCS\s \n brown
context linestart retrieving\s \n brown
context linestart Only\s \n white black
context linestart Common\s \n white black
context linestart File\s \n white black
context linestart Files\s \n white black
context linestart Binary\s \n white black
context linestart # \n yellow
spellcheck
|