Provides syntax highlighting and compilation support for MoonScript in Visual Studio Code.
- Syntax highlighting for
.moonfiles - Compile MoonScript to Lua using
moonc - Works in VS Code Extension Host
- Open a
.moonfile in VS Code. - Press
Ctrl+Shift+Pand runMoonScript: Compile to Lua. - The compiled Lua file will be generated in the same folder.
- Install from VSIX:
Extensions → ... → Install from VSIX… - Or clone from GitHub and run
npm install→npm run compilefor development.
MIT