Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethanuppal/bril-vscode
VSCode extension for Bril, an intermediate language for teaching compilers
https://github.com/ethanuppal/bril-vscode
bril lsp syntax-highlighting vscode vscode-extension
Last synced: 8 days ago
JSON representation
VSCode extension for Bril, an intermediate language for teaching compilers
- Host: GitHub
- URL: https://github.com/ethanuppal/bril-vscode
- Owner: ethanuppal
- License: gpl-3.0
- Created: 2025-01-30T19:25:19.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-31T06:13:06.000Z (9 days ago)
- Last Synced: 2025-01-31T07:21:34.383Z (9 days ago)
- Topics: bril, lsp, syntax-highlighting, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bril extension for VSCode
## Setup
**Important**: Install the Bril LSP before using this extension:
```
cargo install --locked --git https://gitlab.com/ethanuppal/cs6120 bril-lsp
```Once you've installed it, disable and reenable this extension.
## LSP Crashes
If there's an LSP crash, let me know immediately via a GitHub issue or some
other method. See if restarting the extension fixes the problem.