Fix json support to handle empty objects/arrays w/ whitespace inside

This commit is contained in:
Rebecca Turner 2015-02-19 21:31:28 -05:00
parent 2003c3b5f5
commit c7ed3daa91
1 changed files with 2 additions and 0 deletions

View File

@ -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