Color JSON array markers '[' and ']'
This commit is contained in:
parent
b470c81d01
commit
b85b727606
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
def theme():
|
def theme():
|
||||||
return [
|
return [
|
||||||
[ '[{}]' ],
|
[ '[][{}]' ],
|
||||||
[ '[:,]', "blue" ],
|
[ '[:,]', "blue" ],
|
||||||
[ '".*"', "green" ]
|
[ '".*"', "green" ]
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue