Mads Møller Jensen ed1c5438c4 Correctly handle all types of escaping 6 months ago
..
.vscode 6a7612cd9b Add very simple language extension for VS code 3 years ago
assets ec5b2d0d6d Add installation guide to readme 9 months ago
syntaxes ed1c5438c4 Correctly handle all types of escaping 4 months 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 9 months ago
language-configuration.json fa7839e775 Prepare extension for packaging 11 months ago
package-lock.json ed1c5438c4 Correctly handle all types of escaping 4 months ago
package.json ed1c5438c4 Correctly handle all types of escaping 4 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!