1
0
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:
Kelly Brazil
2020-04-03 14:50:20 -07:00
parent c0044be7b0
commit 302f05cdda

View File

@ -87,7 +87,7 @@ class JcStyle(Style):
GREEN = '#00cc00'
styles = {
Name.Tag: 'bold {}'.format(BLUE), # key names
Name.Tag: f'bold {BLUE}', # key names
Keyword: GRAY, # true, false, null
Number: PURPLE, # int, float
String: GREEN # string