hblang-vscode/README.md

14 lines
490 B
Markdown
Raw Normal View History

2024-07-23 15:32:33 -05:00
# hblang-vscode
2024-09-28 09:34:34 -05:00
syntax highlighting for hblang in vscode
# Usage guide:
2024-11-10 15:07:40 -06:00
1. `cargo +nightly install hblang --git https://git.ablecorp.us/ableos/holey-bytes`
> remember to keep this updated
2024-11-10 15:07:40 -06:00
2.
- add `$HOME/.cargo/bin` (or wherever you installed hblang) to `$PATH`
> in bash, `export PATH=$PATH:$HOME/.cargo/bin`<br>
> in other shells, there may be other ways
- alternatively, add the path you installed hblang to the extension settings
2024-09-28 09:34:34 -05:00
3. log out and log back in (or something, idk)