The test:
syn region cHexError start="0x\x*[g-zG-Z]" end="\W" The highlight command: hi link cHexError cError Of course, this needs to be approved by Bram first though. :-) Mark
The test:
syn region cHexError start="0x\x*[g-zG-Z]" end="\W" The highlight command: hi link cHexError cError Of course, this needs to be approved by Bram first though. :-) Mark