Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tambapps/marcel-intelij-plugin
IntelIJ Plugin to support Marcel Lang
https://github.com/tambapps/marcel-intelij-plugin
Last synced: 2 days ago
JSON representation
IntelIJ Plugin to support Marcel Lang
- Host: GitHub
- URL: https://github.com/tambapps/marcel-intelij-plugin
- Owner: tambapps
- Created: 2023-02-19T19:59:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T21:39:33.000Z (6 months ago)
- Last Synced: 2024-11-13T08:36:27.221Z (2 months ago)
- Language: Kotlin
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IntelIJ Plugin for Marcel Lang
This is project is a plugin for IntelIJ, to support [Marcel](https://tambapps.github.io/marcel/).
For now it only supports code highlighting, and nothing else.
I tried to implement parsing but I didn't know what the F I was doing, so I stopped.
This plugin is **not published** anywhere, as it lacks a lot of feature to be truly useful.
## How to build plugin (Note to self)
Run the gradle job `buildPlugin`.
```shell
./gradlew buildPlugin
```
the plugin should be a zip available in `build/distributions/`.