mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-21 16:54:23 +01: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:
parent
60f12d591d
commit
6b47a433ab
6
ftyperc
6
ftyperc
@ -847,3 +847,9 @@
|
|||||||
-pound_comment
|
-pound_comment
|
||||||
-semi_comment
|
-semi_comment
|
||||||
-syntax ini
|
-syntax ini
|
||||||
|
|
||||||
|
Whitespace
|
||||||
|
*.whitespace
|
||||||
|
-syntax whitespace
|
||||||
|
--force
|
||||||
|
--spaces
|
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
|
Loading…
Reference in New Issue
Block a user