Visual Studio Code extension providing syntax highlighting for ONScripter-EN source files.
Based on the Sky Maker's NScripter Syntax v.1.0.0 Initial Relase
install the nodejs' vsce package
npm install -g @vscode/vsce
to package the VSCode Extension :
vsce package
Add explicit end of line for Onscripter-EN ('@','')
Add the ignore end of line ('_')
Add GPL2 licence text (cuz why not?)
Add a repository line for "vsce package" command to not request it
Add a .gitignore (for NOT publish .vsix by error in the code on Github)
Add a tutorial to package this extension on the REAME.md (this file)
Add "exclamcommand" for syntax highlightning
Add an icon (very important)
Replacement for "Nscripter" to "ONSCripter-EN" on some others places
Add "Dialogue" quote (`) for syntax highlightning
Add .utf for syntax detection.
Add "setwindow4" for syntax highlightning
Initial release !