Skip to content

Files

Latest commit

75717bb · Nov 19, 2022

History

History
37 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.32 KB

uxntal-vscode

Uxntal support for Visual Studio Code.

Preview

Preview
Theme: Gruvbox Dark Medium
Font: IBM Plex Mono

Installing

You can install the latest release from the marketplace. The extension will be updated automatically as new versions become available.

Alternatively, download a VSIX from the releases page and install the extension with the Extensions: Install from VSIX command within VS Code, or from the command line via:

code --install-extension uxntal-0.2.0.vsix

Testing

This extension uses vscode-tmgrammar-test for testing. Check out its Installation section for tips on how to install it as a standalone command line tool.

Once you have it, run the whole test suite with

vscode-tmgrammar-snap tests/*.tal

or provide the path to an individual test case.

License

This software is licensed under the MIT license.

See the LICENSE file for more details.