We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5225889 commit d3e2b06Copy full SHA for d3e2b06
data/toolbox/format.py
@@ -120,7 +120,6 @@ def __init__(self, output=None):
120
metadata: self.DIM, # Type tag brackets <>
121
address: self.MAGENTA, # Memory addresses in type tags
122
type: self.CYAN, # Type names (T_ARRAY, VALUE, etc.)
123
- value_style: '',
124
string: self.GREEN,
125
number: self.CYAN,
126
symbol: self.YELLOW,
0 commit comments