Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/corn-config/corn-intellij
- Owner: corn-config
- Created: 2022-01-30T23:14:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T08:50:29.000Z (about 1 month ago)
- Last Synced: 2025-01-14T06:20:11.092Z (29 days ago)
- Language: Java
- Size: 3.21 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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