1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-01-07 03:40:29 +01:00

Merge pull request 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

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