Merge pull request #22 from np/jsonarrays

Color JSON array markers '[' and ']'
This commit is contained in:
Johann Dreo 2013-04-22 11:37:35 -07:00
commit 49cd8ab292

View file

@ -1,7 +1,7 @@
def theme():
return [
[ '[{}]' ],
[ '[][{}]' ],
[ '[:,]', "blue" ],
[ '".*"', "green" ]
]