diff options
| author | Badlop <badlop@process-one.net> | 2009-10-23 15:12:16 +0000 |
|---|---|---|
| committer | Badlop <badlop@process-one.net> | 2009-10-23 15:12:16 +0000 |
| commit | abcb3f22a8f1459be0ca9804acac43c17c07f26f (patch) | |
| tree | 8bcc81e875b98551cc7b676aaf4273f2d96dc47a /doc/devdoc/escobar.css | |
| parent | Move overview.edoc to src/ dir. (diff) | |
Add escobar_hilite.erl and escobar.css.
SVN Revision: 2698
Diffstat (limited to 'doc/devdoc/escobar.css')
| -rw-r--r-- | doc/devdoc/escobar.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devdoc/escobar.css b/doc/devdoc/escobar.css new file mode 100644 index 000000000..49a55dc21 --- /dev/null +++ b/doc/devdoc/escobar.css @@ -0,0 +1,13 @@ +.comment {color: brown} +.export {color: darkorchid} +.import {color: darkorchid} +.string {color: maroon} +.builtin {color: dodgerblue} +.guard {color: mediumturquoise} +.function {color: blue} +.variable {color: green} +.macro {color: mediumpurple} +.record {color: orangered} +.call {color: purple} +.attribute {color: firebrick} +.error{color: red} |
