1
0
Fork 0

Added whitespace highlighting scheme

Note: you need to be careful what options to enable on JOE since
only tabs, spaces and newlines matter...
Dieser Commit ist enthalten in:
Christian Nicolai 2011-08-05 22:56:58 +02:00
Ursprung 60f12d591d
Commit 6b47a433ab
2 geänderte Dateien mit 22 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -847,3 +847,9 @@
-pound_comment
-semi_comment
-syntax ini
Whitespace
*.whitespace
-syntax whitespace
--force
--spaces

16
whitespace.jsf Normale Datei
Datei anzeigen

@ -0,0 +1,16 @@
# JOE syntax highlight file for Whitespace
=Idle
=Space inverse red
=Tab inverse green
:idle Idle
* idle
" " space recolor=-1
"\t" tab recolor=-1
:space Space
* idle noeat
:tab Tab
* idle noeat