syrup-mode is a Visual Studio Code extension that provides comprehensive language support for the syrup programming language.
- Syntax highlighting
- Run Syrup code
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "syrup-mode"
- Click Install
The extension activates automatically when opening .syrup
files.
syrup.run
: Run the current Syrup filesyrup.install
: Install the Syrup compiler (requires cabal install via ghcup)
- Visual Studio Code 1.95.0 or higher
- cabal/GHC (install via ghcup)
- graphviz (for display keyword)
Contributions are welcome!
This project is licensed under the GPL v3 License - see the LICENSE file for details.