Merge pull request #22 from np/jsonarrays
Color JSON array markers '[' and ']'
This commit is contained in:
commit
49cd8ab292
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
def theme():
|
||||
return [
|
||||
[ '[{}]' ],
|
||||
[ '[][{}]' ],
|
||||
[ '[:,]', "blue" ],
|
||||
[ '".*"', "green" ]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue