Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seppestas/intel-hex-syntax

Intel HEX file format syntax definition for Sublime Text
https://github.com/seppestas/intel-hex-syntax

intel-hex sublime-text

Last synced: 6 days ago
JSON representation

Intel HEX file format syntax definition for Sublime Text

Awesome Lists containing this project

README

        

Intel HEX file format syntax definition
=======================================

This is a [Sublime Text 3](https://www.sublimetext.com/3) syntax definition for
the [Intel HEX file format](https://en.wikipedia.org/wiki/Intel_HEX).
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](images/screenshot.png)

The scopes have been somewhat hackisly chosen to be consistent with the
[Intel_HEX template on Wikipedia](https://en.wikipedia.org/wiki/Template:Intel_HEX)
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.