Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.38 KB

Miranda plugin for Intellij

Miranda language plugin for Intellij IDEs. Work in progress.

image

Features

Syntax highlighting

  • Lexical highlighting
  • Grammar based highlighting
    • Function declarations
    • Function type specifications
    • Type definitions
    • Type parameters
  • Matching braces highlighting

Referencing

  • Variable declarations
  • Function arguments
  • Type definitions

Installation

  • Clone the repository
  • Invoke the Gradle task buildPlugin under intellij
  • Install the plugin in the Intellij IDE (see here)
    • Open the Plugins menu in Preferences
    • Click the gear button and choose Install plugin from disk
    • Pick the .zip file under build/distributions

References