Merge pull request #21 from iarna/fix-json-empty-wspace

Fix json support to handle empty objects/arrays w/ whitespace inside
This commit is contained in:
Christian Nicolai 2015-03-01 00:57:08 +01:00
commit 885b52b194
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