Color JSON array markers '[' and ']'

This commit is contained in:
Nicolas Pouillard 2013-04-20 00:21:24 +02:00
commit b85b727606

View file

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