HDFGroup / hdf5-poker

Everything you've ever wanted to know about the HDF5 file format (but didn't dare ask).
5 stars 0 forks source link

syntax highlighting for a hex editor #1

Open mkitti opened 1 year ago

mkitti commented 1 year ago

I am starting to think about modifying a hex editor to do syntax highlighting on HDF5 data structures. This modified vscode hex editor seems like it might be able to do the trick.

https://marketplace.visualstudio.com/items?itemName=notblank00.hexeditor

gheber commented 1 year ago

Tags are a start. Can tags be specified as regular expressions? In Emacs, this would be done as search-based fontfication.