HexPrefix Problem

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
nathanpc
Posts: 1
Joined: Fri Jun 25, 2010 8:00 pm
Location: Brazil
Contact:

HexPrefix Problem

Post by nathanpc »

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:

Code: Select all

HexPrefix = #0x
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
Post Reply