1
0
Fork 0
dotfiles/.config/nano/gemini.nanorc

14 lines
196 B
Plaintext
Raw Normal View History

2022-03-18 14:34:27 +01:00
syntax "gemini" "\.(gemini|gmi|GMI)$"
# links
color magenta "^=>.*$"
# preformatted
color yellow start="^```* ?$" end="^```* ?$"
#headings
color cyan "^\#+.*$"
#bullets
color green "^\*+.*$"