mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
prettify style block
This commit is contained in:
@ -87,10 +87,10 @@ class JcStyle(Style):
|
||||
GREEN = '#00cc00'
|
||||
|
||||
styles = {
|
||||
Name.Tag: 'bold {}'.format(BLUE), # key names
|
||||
Keyword: GRAY, # true, false, null
|
||||
Number: PURPLE, # int, float
|
||||
String: GREEN # string
|
||||
Name.Tag: f'bold {BLUE}', # key names
|
||||
Keyword: GRAY, # true, false, null
|
||||
Number: PURPLE, # int, float
|
||||
String: GREEN # string
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user