aiscript-dev / aiscript-vscode

(Experimental) Official AiScript support extension for VSCode with some Misskey-related snippets
MIT License
19 stars 3 forks source link
aiscript misskey vscode vscode-extension

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