HexPrefix Problem
Posted: Fri Jun 25, 2010 8:28 pm
Hello,
I'm editing a syntax highlighting file(armasm.syn - The ARM Assembly Syntax). As it doesn't have the HexPrefix definition, and it's something that is commonly used when you're using any sort of Assembly language. Then I added this line to the *.syn file:
As the hexadecimal numbers in ARM Assembly are defined like this: #0x400, then I saved the modified file, but when I restarted TextPad and opened my source code in ARM Assembly, all of it was looking as it should(with some other modification that I've done on the syntax highlighting file too), but the hexadecimal numbers weren't highlighted. 
What I should do?
Best Regards,
Nathan Paulino Campos
I'm editing a syntax highlighting file(armasm.syn - The ARM Assembly Syntax). As it doesn't have the HexPrefix definition, and it's something that is commonly used when you're using any sort of Assembly language. Then I added this line to the *.syn file:
Code: Select all
HexPrefix = #0xWhat I should do?
Best Regards,
Nathan Paulino Campos