diff trunk/src/format.css @ 315:29c33ce6c5bb

- Added method scanShebang to class Lexer. - TOK.Shebang is recognized by the token highlighter.
author aziz
date Wed, 15 Aug 2007 20:33:02 +0000
parents fa0b6f32c1ae
children ed4ef0173793
line wrap: on
line diff
--- a/trunk/src/format.css	Wed Aug 15 19:57:01 2007 +0000
+++ b/trunk/src/format.css	Wed Aug 15 20:33:02 2007 +0000
@@ -32,6 +32,8 @@
 br { color: orange; }
 /* Special tokens */
 st { color: green; font-weight: bold; }
+/* When the first line starts with #! it's a "shebang" */
+shebang { color: gray; }
 /* Particular operators */
 op[c=aa] { content: "and"; } /*&& ∧*/
 op[c=oo] { content: "or"; } /*|| ∨*/