From c7ed3daa913b0972666b4915422391941963eaa9 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 19 Feb 2015 21:31:28 -0500 Subject: [PATCH] Fix json support to handle empty objects/arrays w/ whitespace inside --- json.jsf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/json.jsf b/json.jsf index 5d70909..3a71ae3 100644 --- a/json.jsf +++ b/json.jsf @@ -59,6 +59,7 @@ :maybeempty Brace * key noeat + " \t\n" maybeempty "}" end recolor=-1 :key Idle @@ -105,6 +106,7 @@ :maybeempty Bracket * value noeat + " \t\n" maybeempty "]" end recolor=-1 :value Idle