Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seppestas/intel-hex-syntax
- Owner: seppestas
- License: mit
- Created: 2016-07-19T19:24:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T08:44:33.000Z (over 8 years ago)
- Last Synced: 2024-11-30T23:28:53.081Z (2 months 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.![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.