Mads Møller Jensen ed1c5438c4 Correctly handle all types of escaping 8 månader sedan
..
.vscode 6a7612cd9b Add very simple language extension for VS code 3 år sedan
assets ec5b2d0d6d Add installation guide to readme 11 månader sedan
syntaxes ed1c5438c4 Correctly handle all types of escaping 6 månader sedan
.gitattributes 6a7612cd9b Add very simple language extension for VS code 3 år sedan
.gitignore 6a7612cd9b Add very simple language extension for VS code 3 år sedan
.vscodeignore 6a7612cd9b Add very simple language extension for VS code 3 år sedan
CHANGELOG.md ae7be9b3e4 Rename project to Numbat 2 år sedan
README.md 76dd0903bf Update readme to reflect new release before merge of github action support 11 månader sedan
language-configuration.json fa7839e775 Prepare extension for packaging 1 år sedan
package-lock.json ed1c5438c4 Correctly handle all types of escaping 6 månader sedan
package.json ed1c5438c4 Correctly handle all types of escaping 6 månader sedan
vsc-extension-quickstart.md ae7be9b3e4 Rename project to Numbat 2 år sedan

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!