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 months ago
JSON representation
Intel HEX file format syntax definition for Sublime Text
- Host: GitHub
- URL: https://github.com/seppestas/intel-hex-syntax
- Owner: seppestas
- License: mit
- Created: 2016-07-19T19:24:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T08:44:33.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T04:34:58.657Z (over 1 year ago)
- Topics: intel-hex, sublime-text
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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.