syntax highlighting for hblang in vscode
Find a file
2024-11-08 21:49:29 +00:00
.vscode version 0.1.0 2024-09-28 15:34:34 +01:00
src 0.2.1, bug fixes and new match new compiler 2024-11-08 21:49:10 +00:00
syntaxes fix struct highlight 2024-09-28 16:27:58 +01:00
tests 0.2.1, bug fixes and new match new compiler 2024-11-08 21:49:10 +00:00
.gitignore version 0.1.0 2024-09-28 15:34:34 +01:00
.vscodeignore release 0.2.0 2024-11-07 18:59:47 +00:00
language-configuration.json release 0.2.0 2024-11-07 18:59:47 +00:00
LICENSE Initial commit 2024-07-23 20:32:33 +00:00
package-lock.json release 0.2.0 2024-11-07 18:59:47 +00:00
package.json bump version 2024-11-08 21:49:29 +00:00
README.md don't make people use nightly as default, that is stupid 2024-11-08 13:22:32 -06:00
tsconfig.json version 0.1.0 2024-09-28 15:34:34 +01:00
webpack.config.js version 0.1.0 2024-09-28 15:34:34 +01:00

hblang-vscode

syntax highlighting for hblang in vscode

Usage guide:

  1. cargo +nightly install hblang --git https://git.ablecorp.us/ableos/holey-bytes

    remember to keep this updated

  2. add $HOME/.cargo/bin (or wherever you installed hblang) to $PATH

    in bash, export PATH=$PATH:$HOME/.cargo/bin
    in other shells, there may be other ways

  3. log out and log back in (or something, idk)