Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/dierk/frege-idea-plugin
- Owner: Dierk
- Created: 2014-10-10T11:21:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T12:49:51.000Z (over 8 years ago)
- Last Synced: 2024-02-13T05:02:29.191Z (11 months ago)
- Language: Java
- Size: 117 KB
- Stars: 21
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.