I’m writing a binary template for a file format that contains many strings and numbers. I’d like to highlight them in the same text color as code.
However, it seems that the style= attribute in binary templates can only reference “Template Styles”. I think it could be useful to also access the “Syntax Styles” with this, e.g. style=string, style=type.definition or style=number, especially since the Template Styles all default to changing the background color which looks very noisy in the hex editor IMHO.
Is this already possibile in some way, have I missed something, or could this be considered for a future version?