You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shad Amethyst fe676ea58f
📝 Fix OR and AND in the syntax highlighting, add visual example to README
7 months ago
..
syntaxes 📝 Fix OR and AND in the syntax highlighting, add visual example to README 7 months ago
.gitignore 📝 Document language (renamed to minbasic), add vscode extension for syntax highlighting 8 months ago
.vscodeignore 📝 Document language (renamed to minbasic), add vscode extension for syntax highlighting 8 months ago
LICENSE 📝 Document language (renamed to minbasic), add vscode extension for syntax highlighting 8 months ago
README.md 📝 Document language (renamed to minbasic), add vscode extension for syntax highlighting 8 months ago
language-configuration.json Dot operator for Sensor 8 months ago
package.json 📝 Fix OR and AND in the syntax highlighting, add visual example to README 7 months ago

README.md

Language support for the MinBASIC language

This small vscode extension provides language support for the MinBASIC language.

To build it, run the following:

npm i -g @vscode/vsce
vsce package

# Alternatively,
npx @vscode/vsce package

Then, install it by running:

vscodium --install-extension ./minbasic-vscode-*.vsix

# If you're using the proprietary builds of VSCode:
vscode --install-extension ./minbasic-vscode-*.vsix