Skip to content

AaronF86/VScode-syrupmode

Repository files navigation

syrup-mode

syrup-mode is a Visual Studio Code extension that provides comprehensive language support for the syrup programming language.

Features

  • Syntax highlighting
  • Run Syrup code

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "syrup-mode"
  4. Click Install

Usage

The extension activates automatically when opening .syrup files.

Commands

  • syrup.run: Run the current Syrup file
  • syrup.install: Install the Syrup compiler (requires cabal install via ghcup)

Requirements

  • Visual Studio Code 1.95.0 or higher
  • cabal/GHC (install via ghcup)
  • graphviz (for display keyword)

Contributing

Contributions are welcome!

License

This project is licensed under the GPL v3 License - see the LICENSE file for details.