0.1.2 • Published 3 years ago

vscode-webgal-highlighting v0.1.2

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
3 years ago

WebGAL Support for Visual Studio Code

GitHub: https://github.com/LittleYe233/vscode-webgal-highlighting

NPM: https://www.npmjs.com/package/vscode-webgal-highlighting

npm GitHub license GitHub issues

This package is a Visual Studio Code extension to provide language support for MakinoharaShoko/WebGAL.

WebGAL is a brand new visual novel engine based on Web and is still under development and code refactoring, its stable releases published.

Now this extension is still being tested and waiting for more stable syntaxes supported by WebGAL.

This extension will complete more complicated language support like semantic highlighting in the future.

Features

  • Syntax highlighting
    • Keywords (changeBG, if, setVar, etc.)
    • Comments

Note: This extension doesn't specify any preferred file type to provide language support, for the extension of all WebGAL scripts is ".txt". You can specify the viewing language to "WebGAL Script (webgal)" for the scripts at the right bottom corner of Visual Studio Code.

Requirements

Users

There is no more requirement for Visual Studio Code user. Just install the extension in the marketplace and enjoy it.

Developers

All requirements on dependencies are written in package.json. After cloning the repository, execute npm install in it via your preferred terminal.

Release Notes

Please check CHANGELOG.md.