Gemini
Gemini syntax highlighting for Sublime Text
Details
Installs
- Total 343
- Win 137
- Mac 90
- Linux 116
Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 0 | 1 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 |
Linux | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 3 | 0 | 0 | 1 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Gemini for Sublime Text
This extension adds syntax highlighting support for
Gemini
documents (with the .gmi
extension) to Sublime Text.
Installation
This extension is on Package Control! You can install it in Sublime Text by pressing Ctrl+Shift+P (or Cmd+Shift+P on macOS), going to “Install Package”, and then searching for “Gemini”.
Find out more details here.
Example Syntax
Error: language “gmi” is not supported
# Heading
## Smaller heading
### Smallest heading
This is an example paragraph! Make sure you type paragraphs on one long line. They will be word-wrapped automatically by the Gemini client.
This is a Gemtext Link:
=> gemini://geminiprotocol.net Link to Project Gemini
Lists are also supported:
* Item 1
* Item 2
* Item 3
Finally, you can add 'raw' text by placing it between sets of '“', just like this example text.
You can find a cheatsheet here:
=> https://geminiprotocol.net/docs/cheatsheet.gmi Gemini Cheatsheet
About Gemini
Specification: gemini://geminiprotocol.net/docs/specification.gmi
Specification (HTTP Mirror): https://geminiprotocol.net/docs/specification.gmi
Gemini syntax cheatsheet: https://geminiprotocol.net/docs/cheatsheet.gmi