Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/corn-config/corn-intellij

IntelliJ plugin for Corn configuration language
https://github.com/corn-config/corn-intellij

Last synced: 24 days ago
JSON representation

IntelliJ plugin for Corn configuration language

Awesome Lists containing this project

README

        

# Corn Intellij

Language plugin for the [Corn](https://github.com/JakeStanger/corn) configuration language for Intellij.

![Screenshot](https://raw.githubusercontent.com/JakeStanger/corn-intellij/master/media/screenshot.png)

## Updating

- Changes to grammar should be made to `Corn.bnf`
- Regenerate parser - https://plugins.jetbrains.com/docs/intellij/grammar-and-parser.html#generate-a-parser
- Changes to lexer should me mad eto `Corn.flex`
- Regenerate lexer - https://plugins.jetbrains.com/docs/intellij/lexer-and-parser-definition.html#generate-a-lexer-class