mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 14:57:18 +00:00
Extension update for vasm
This commit is contained in:
@@ -487,8 +487,10 @@ contents (arrays rendered as `[1, 2, ...]`).
|
||||
(functions, structs, enums, constants, locals, and stdlib module functions),
|
||||
and hover (symbol kind + line). The `extension/` folder contains a VS Code
|
||||
client (`code --install-extension extension/` after `npm install` in
|
||||
`extension/`) with syntax highlighting, or point any other LSP client at
|
||||
`vr lsp`.
|
||||
`extension/`) with syntax highlighting for `.vr` / `.vrmm` source and
|
||||
`.vasm` assembly (labels, `.global` directives, and mnemonics; the
|
||||
assembly language gets highlighting only — no language server), or point
|
||||
any other LSP client at `vr lsp`.
|
||||
|
||||
## Releases
|
||||
|
||||
|
||||
Reference in New Issue
Block a user