From 536587cc1e13b9d7731c2178f84bd95a8b657b7d Mon Sep 17 00:00:00 2001 From: cn Date: Sat, 2 May 2015 21:03:17 +0200 Subject: [PATCH] scheme: highlight symbols differently --- scheme.jsf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scheme.jsf b/scheme.jsf index bfd86ff..efe1376 100644 --- a/scheme.jsf +++ b/scheme.jsf @@ -7,6 +7,7 @@ =Bad bold red =Keyword bold +=Symbol red :idle Idle * idle @@ -29,12 +30,12 @@ * string "\"" idle -:symbol Constant +:symbol Symbol * idle noeat "(" special_symbol "a-zA-Z0-9_-" symbol -:special_symbol Constant +:special_symbol Symbol * idle noeat ")" symbol