Home

Awesome

AiScript Highlighting VSCode Extension (Experimental)

日本語

Screenshot

Features

AiScript Highlighting is an extension for Visual Studio Code that provides syntax highlighting for AiScript.

How to Install

Head to the releases page and download the latest version of the .vsix file.

Requirements

Works with Visual Studio Code v1.83.0 or later

Release Notes

Please refer to CHANGELOG.md

Development

Build Locally

Run:

# Install dependencies
$ npm i

# Pack into .vsix file using VSCE
$ npx @vscode/vsce package

# (If command above didn't work, try below)
$ npm install -g @vscode/vsce
$ vsce package