Mads Møller Jensen 5212a970da Fixes requested in review 11 months ago
..
.vscode 6a7612cd9b Add very simple language extension for VS code 3 years ago
assets ec5b2d0d6d Add installation guide to readme 10 months ago
syntaxes 0a3fe6b951 Fix multiline strings and string highlighting bug 1 year ago
.gitattributes 6a7612cd9b Add very simple language extension for VS code 3 years ago
.gitignore 6a7612cd9b Add very simple language extension for VS code 3 years ago
.vscodeignore 6a7612cd9b Add very simple language extension for VS code 3 years ago
CHANGELOG.md ae7be9b3e4 Rename project to Numbat 2 years ago
README.md 76dd0903bf Update readme to reflect new release before merge of github action support 10 months ago
language-configuration.json fa7839e775 Prepare extension for packaging 1 year ago
package-lock.json 048b206913 Add extension packaging to to ci action 10 months ago
package.json 5212a970da Fixes requested in review 10 months ago
vsc-extension-quickstart.md ae7be9b3e4 Rename project to Numbat 2 years ago

README.md

Numbat README

The Numbat extension provides language support for the Numbat programming language.

Features

  • Syntax highlighting
  • Code block folding
  • comment toggling
  • autosurrounding brackets

Installation

To install this extension you will need to download the extension installation file (VSIX file), which can be found in the assets of each numbat release after v1.15.0.
Once the VSIX file has been downloaded, open visual studio code and go to the Extensions tab of the sidebar. Click the three dots in the upper right corner of the tab and chose the "Install from VSIX..." option. Find the VSIX file via the file picker and select it to install it.

Screenshot of an the open extensions menu with the

Requirements

None

Extension Settings

None

Known Issues

None so far

Release Notes

0.1.0

Initial release of the Numbat extension!