Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 780 Bytes

File metadata and controls

17 lines (13 loc) · 780 Bytes

Intel HEX file format syntax definition

This is a Sublime Text 3 syntax definition for the Intel HEX file format. It's designed to help with inspecting your hex files by setting a different color for a record's length, address, type, data and checksum allowing to more easily distinguish them.

screenshot

The scopes have been somewhat hackisly chosen to be consistent with the Intel_HEX template on Wikipedia when using Sublime Text's default Monokai color scheme. They have no other meaning in any way.

Thanks to @vaibhavbhat16 for providing the .tmLanguage file to support ST2.