obiwan87 / odin-intellij

Odin Support plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/22933-odin-support
MIT License
37 stars 2 forks source link
java jetbrains odin odin-lang plugin

Odin Support for IntelliJ

This plugin adds support for the Odin programming language to IntelliJ IDEA. You can add it to your JetBrains IDE using the "Plugin" settings panel or by visiting the Plugin Page.

Resources

Odin

Odin is in constant development. Visit the Odin Website for the latest news and features.

Grammar

When crafting the BNF rules for Odin, I drew a lot of inspiration from Go.

For more info on how to use JetBrain's Grammar-Kit to write custom languages see the official Grammar-Kit documentation.

Important Note

This is not an official Odin project. This plugin is not affiliated with or endorsed by the Odin team, so please don't bother them with issues relating to this plugin. Instead, use the GitHub issue tracker of this repository to submit a bug report or feature request.