Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dierk/frege-idea-plugin

Language support for the Frege programming language in IntelliJIDEA (currently experimental)
https://github.com/dierk/frege-idea-plugin

Last synced: about 2 months ago
JSON representation

Language support for the Frege programming language in IntelliJIDEA (currently experimental)

Awesome Lists containing this project

README

        

Current development on the Frege-IDEA-Plugin happens on the [intellij-frege project](https://github.com/carymrobbins/intellij-frege).

Please vote for the issue to make a professional version: https://youtrack.jetbrains.com/issue/IDEABKL-7108

### Old Content:
_First stab at an IntelliJIdea plugin for the [Frege](http://www.frege-lang.org) programming language_.

Currently it is a mere adaption of the "properties" grammar example in
the [Custom Language Support Tutorial](http://confluence.jetbrains.com/display/IntelliJIDEA/Custom+Language+Support)
covering code highlighting and a color settings page.

The bnf only lists the tokens such that the parser generation works.

The lexer is copied from [the haskell plugin](http://github.com/Atsky/haskell-idea-plugin)
with only few modifications. More will be needed.