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;
- Host: GitHub
- URL: https://github.com/mattmcfarland/vscode-maniascript
- Owner: MattMcFarland
- License: mit
- Created: 2017-03-19T11:48:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T06:39:34.000Z (about 2 years ago)
- Last Synced: 2024-04-14T19:37:38.697Z (9 months ago)
- Topics: autocomplete, extension, grammar, intellisense, language-support, maniascript, shootmania, trackmania, vscode
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=mmcfarland.vscode-maniascript#review-details
- Size: 1.18 MB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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)