Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/MattMcFarland/vscode-maniascript

VSCode Grammar / Autocompletion support for ManiaScript;
https://github.com/MattMcFarland/vscode-maniascript

autocomplete extension grammar intellisense language-support maniascript shootmania trackmania vscode

Last synced: about 1 month ago
JSON representation

VSCode Grammar / Autocompletion support for ManiaScript;

Lists

README

        

# vscode-maniascript README

VSCode Grammar / Autocompletion support for ManiaScript; `".Script.txt"` files.
For more information about ManiaScript, see https://doc.maniaplanet.com/maniascript
A full documentation can be found here : https://maniaplanet.github.io/maniascript-reference/index.html

![Demo](https://github.com/MattMcFarland/vscode-maniascript/raw/master/images/intellisense.gif)

## Known Issues

- Linting has not been implemented yet.
- Enum completion is partially working
- Namespaces (MathLib, TextLib, ...) are not implemented yet.

## Changelog

Please see [CHANGELOG.md](CHANGELOG.md) for the latest information regarding changes.

## Contributing

* Fork it
* Build it (use nodejs and npm run build)
* PR it ;)

## Acknolwedgements

This was originally a port from [PRGfx/sublime-maniascript](https://github.com/PRGfx/sublime-maniascript), a sublime test plugin, but the textmate grammar has been completely reworked. More features coming soon, stay tuned.

## License

[MIT](./LICENSE)