1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-07-31 00:33:56 +02: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