Mentioned syntax highlighters in the get page.
h3rald h3rald@h3rald.com
Wed, 11 Dec 2024 07:39:29 +0100
1 files changed,
23 insertions(+),
16 deletions(-)
jump to
M
web/contents/get.html
→
web/contents/get.html
@@ -43,25 +43,32 @@ <p>Running <code>hex -h</code> will print the following list of all the available command line options for the hex
executable:</p> <pre> - _*_ _ - / \hex\* - *\_/_/_/ v{{release}} - (c) {{year}} Fabio Cevasco - * - - USAGE - hex [options] [file] - - ARGUMENTS - file A .hex file to interpret - - OPTIONS - -d, --debug Enable debug mode. - -h, --help Display this help message. - -m --manual Display the manual. - -v, --version Display hex version. + _*_ _ + / \hex\* +*\_/_/_/ v{{release}} - (c) {{year}} Fabio Cevasco + * + + USAGE + hex [options] [file] + + ARGUMENTS + file A .hex file to interpret + + OPTIONS + -d, --debug Enable debug mode. + -h, --help Display this help message. + -m --manual Display the manual. + -v, --version Display hex version. </pre> <p>If you do not specify any option or argument, a simple <abbr title="Read-Eval-Print-Loop">REPL</abbr> will be started.</p> + + <h3>Syntax Highlighting</h3> + <p>If you use the Vim editor, you can use <a href="https://github.com/h3rald/hex/blob/master/hex.vim" + target="_blank">hex.vim</a> to highlight hex files.</p> + <p>If you use Visual Studio Code, you can use the <a + href="https://marketplace.visualstudio.com/items?itemName=h3rald.vscode-hex-lang">hex</a> extension to + highlight hex files. </p> </article>