summaryrefslogtreecommitdiff
path: root/source/auxiliary/vi/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/auxiliary/vi/default.css')
-rw-r--r--source/auxiliary/vi/default.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/source/auxiliary/vi/default.css b/source/auxiliary/vi/default.css
index 50c0f2b64c..baf0248159 100644
--- a/source/auxiliary/vi/default.css
+++ b/source/auxiliary/vi/default.css
@@ -81,3 +81,20 @@ h4, h5, h6
a
{ text-decoration: none; }
+
+/* Basic code syntax highlight */
+.identifier, .unknown
+ { color: green;}
+
+.keyword
+ { color: blue;}
+
+.comment
+ { color: gray;}
+
+.number, .string
+ { color: red;}
+
+.operator, .parameter
+ { color: black;}
+