Gemini
Gemini syntax highlighting for Sublime Text
Labels language syntax
Details
Installs
- Total 437
- Win 188
- Mac 110
- Linux 139
Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 2 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 3 | 3 | 0 | 1 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 1 | 0 | 3 | 0 | 3 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 |
Linux | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 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