Skip to content

Intel HEX file format syntax definition for Sublime Text

License

Notifications You must be signed in to change notification settings

seppestas/intel-hex-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.