json separators in yellow, color double quotes
This commit is contained in:
parent
9f77a5b54d
commit
d04a9d85a9
1 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
|||
def theme():
|
||||
return [
|
||||
[ '[][{}]' ],
|
||||
[ '[:,]', "blue" ],
|
||||
[ '".*"', "green" ]
|
||||
[ '[:,]', "yellow" ],
|
||||
[ '"(.*)"', "green" ],
|
||||
[ """["']""", "cyan" ]
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue