1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-12-22 02:54:23 +01:00

scheme: highlight symbols differently

This commit is contained in:
cn 2015-05-02 21:03:17 +02:00
parent d4b0fdc63d
commit 536587cc1e

View File

@ -7,6 +7,7 @@
=Bad bold red =Bad bold red
=Keyword bold =Keyword bold
=Symbol red
:idle Idle :idle Idle
* idle * idle
@ -29,12 +30,12 @@
* string * string
"\"" idle "\"" idle
:symbol Constant :symbol Symbol
* idle noeat * idle noeat
"(" special_symbol "(" special_symbol
"a-zA-Z0-9_-" symbol "a-zA-Z0-9_-" symbol
:special_symbol Constant :special_symbol Symbol
* idle noeat * idle noeat
")" symbol ")" symbol