Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1.71 KB

File metadata and controls

39 lines (24 loc) · 1.71 KB

Snakeskin IntelliJ plugin

This plugin adds support for the Snakeskin language in JetBrains IntelliJ-based IDEs. Currently, the following features are supported:

  • Syntax highlighting
  • Diagnostic messages (for parsing errors)

Only Jade-like syntax is supported.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Snakeskin" > Install

  • Using JetBrains Marketplace:

    Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.

    You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.