From 4d7b72491649f33d115f687f5deee58bd9619ca4 Mon Sep 17 00:00:00 2001
From: Andras Timar <atimar@suse.com>
Date: Tue, 12 Feb 2013 22:04:02 +0100
Subject: enable syntax highligh of Basic code in offline help

Change-Id: Ibe2d1ae405677e6357d6f62f4ed20158b94532ff
---
 source/auxiliary/ug/default.css | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

(limited to 'source/auxiliary/ug/default.css')

diff --git a/source/auxiliary/ug/default.css b/source/auxiliary/ug/default.css
index 6539c25667..d48c64674f 100644
--- a/source/auxiliary/ug/default.css
+++ b/source/auxiliary/ug/default.css
@@ -89,3 +89,20 @@ h4, h5, h6
 
 .debug
 	{ border: 1px solid black; padding: 3px; display: none;}
+
+/* Basic code syntax highlight */
+.identifier, .unknown
+	{ color: green;}
+
+.keyword 
+	{ color: blue;}
+
+.comment
+	{ color: gray;}
+
+.number, .string
+	{ color: red;}
+    
+.operator, .parameter
+	{ color: black;}
+
-- 
cgit