From 6b47a433abeca088bb598f330c4ab84c936009ed Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 5 Aug 2011 22:56:58 +0200 Subject: [PATCH] Added whitespace highlighting scheme Note: you need to be careful what options to enable on JOE since only tabs, spaces and newlines matter... --- ftyperc | 6 ++++++ whitespace.jsf | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 whitespace.jsf diff --git a/ftyperc b/ftyperc index a7a8862..d71bf3e 100644 --- a/ftyperc +++ b/ftyperc @@ -847,3 +847,9 @@ -pound_comment -semi_comment -syntax ini + + Whitespace +*.whitespace +-syntax whitespace +--force +--spaces \ No newline at end of file diff --git a/whitespace.jsf b/whitespace.jsf new file mode 100644 index 0000000..3b11bf5 --- /dev/null +++ b/whitespace.jsf @@ -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