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'
|
GREEN = '#00cc00'
|
||||||
|
|
||||||
styles = {
|
styles = {
|
||||||
Name.Tag: 'bold {}'.format(BLUE), # key names
|
Name.Tag: f'bold {BLUE}', # key names
|
||||||
Keyword: GRAY, # true, false, null
|
Keyword: GRAY, # true, false, null
|
||||||
Number: PURPLE, # int, float
|
Number: PURPLE, # int, float
|
||||||
String: GREEN # string
|
String: GREEN # string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user