Add Gemini syntax file (#2016)

This commit is contained in:
Nikolay Korotkiy
2021-02-18 06:27:56 +03:00
committed by GitHub
parent d7abc8f100
commit 261eb41912

View File

@@ -0,0 +1,19 @@
filetype: gemini
detect:
filename: "\\.(gmi|gemini)$"
rules:
# link lines
- constant: "^=>[[:space:]].*"
# preformatted text lines
- special:
start: "^```"
end: "^```"
rules: []
# heading lines
- special: "^#{1,3}.*"
# unordered list items
- identifier: "^\\*[[:space:]]"
# quote lines
- statement: "^>.*"