Your IP : 216.73.216.209


Current Path : /usr/share/joe/syntax/
Upload File :
Current File : //usr/share/joe/syntax/whitespace.jsf

# JOE syntax highlight file for Whitespace
# by Christian Nicolai (http://mycrobase.de)

=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