hblang-vscode/README.md
koniifer c3ade921d7 release 0.2.0
+ error linting
+ clearer missing hblang message
+ misc
2024-11-07 18:59:47 +00:00

453 B

hblang-vscode

syntax highlighting for hblang in vscode

Usage guide:

  1. run rustup default nightly (you need nightly)
  2. run cargo install hblang --git https://git.ablecorp.us/ableos/holey-bytes

    remember to keep this updated

  3. 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

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