Intel HEX is a file format that conveys binary information in ASCII text form. It is commonly used for programming microcontrollers, EPROMs, and other types of programmable logic devices.
There is already a syntax definition for SREC in the Vim sources. Would be nice to have one for the similarly popular IHEX.
It looks like:
:10010000214601360121470136007EFE09D2190140
:100110002146017E17C20001FF5F16002148011928
:10012000194E79234623965778239EDA3F01B2CAA7
:100130003F0156702B5E712B722B732146013421C7
:00000001FF
Which would look like this with the syntax highlight:

Intel HEX is a file format that conveys binary information in ASCII text form. It is commonly used for programming microcontrollers, EPROMs, and other types of programmable logic devices.
There is already a syntax definition for SREC in the Vim sources. Would be nice to have one for the similarly popular IHEX.
It looks like:
Which would look like this with the syntax highlight:
