Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 356 Bytes

blang-vscode

VSCode language support for the Blang programming language.

Installation

Clone this repo and cd into it. Then run the following commands.

npm install -g vsce
vsce package
code --install-extension blang-0.0.1.vsix

Features

At the moment, only syntax highlighting is supported.