1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-11-18 10:56:16 +01:00

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

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