ayecue / greybel-js

GreyScript transpiler/minifier/interpreter for Grey Hack written in JS.
http://editor.greyscript.org
MIT License
28 stars 7 forks source link

Support MiniScript files (.ms) #115

Closed juh9870 closed 1 year ago

juh9870 commented 1 year ago

It would be great to have a support for MiniScipt files too.

Grey Script is based on MiniScript, and as far as I'm aware, it has no differences compared to the 2021 version of MiniScript.

A simple change would be to include the extension to cover .ms files, but ideally, some changes to autocompletion are needed to make the extension not to suggest GreyHack-only APIs

juh9870 commented 1 year ago

Sorry, wrong repository. Actual issue: https://github.com/ayecue/greybel-vs/issues/96