Syntax highlighting: HexSuffix
Posted: Wed Aug 13, 2025 3:48 pm
In syntax definition files, can we get a HexSuffix and match hexadecimal numbers only if they have both the prefix and suffix? You could maintain existing behaviour by having HexSuffix default to "" (empty string).
In various flavours of ASM, it's common to denote hexadecimal as:
Where the trailing h signifies that it's hexadecimal.
In various flavours of ASM, it's common to denote hexadecimal as:
Code: Select all
034h
^