json separators in yellow, color double quotes

This commit is contained in:
Johann Dreo 2013-05-16 14:29:52 +02:00
commit d04a9d85a9

View file

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