mirror of
https://github.com/cmur2/joe-syntax.git
synced 2025-07-04 09:11:18 +02:00
Added whitespace highlighting scheme
Note: you need to be careful what options to enable on JOE since only tabs, spaces and newlines matter...
This commit is contained in:
16
whitespace.jsf
Normal file
16
whitespace.jsf
Normal file
@ -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
|
Reference in New Issue
Block a user