This is a very basic gemini language plugin for the JetBrains family of editors (IntelliJ IDEA, PyCharm, Android Studio, etc.)
I practically live in PyCharm, and I wanted a better experience for working with gemini text files (.gmi
).
Adds IDE support for the text/gemini markup language.
Features:
- Syntax highlighting
- Custom file icons for .gmi files
- Context-aware spellchecking (will skip preformatted blocks)
- Code folding for preformatted blocks
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Gemini" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.