Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michael-lazar/gemini-intellij-plugin

Gemini syntax highlighting for IntelliJ IDEs
https://github.com/michael-lazar/gemini-intellij-plugin

Last synced: about 2 months ago
JSON representation

Gemini syntax highlighting for IntelliJ IDEs

Awesome Lists containing this project

README

        

# Gemini Intellij Plugin

![Build](https://github.com/michael-lazar/gemini-intellij-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/com.github.michaellazar.gemini_plugin.svg)](https://plugins.jetbrains.com/plugin/com.github.michaellazar.gemini_plugin)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.github.michaellazar.gemini_plugin.svg)](https://plugins.jetbrains.com/plugin/com.github.michaellazar.gemini_plugin)

This is a very basic [gemini](https://gemini.circumlunar.space/docs/) 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`).

## Features

Adds IDE support for the [*text/gemini*](https://gemini.circumlunar.space/docs/) markup language.

Features:

- Syntax highlighting
- Custom file icons for .gmi files
- Context-aware spellchecking (will skip preformatted blocks)
- Code folding for preformatted blocks

### Screenshots




## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "Gemini" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/michael-lazar/gemini-intellij-plugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template