dotfiles/.config/nano/gemini.nanorc
2022-03-18 15:00:33 +01:00

14 lines
196 B
Plaintext

syntax "gemini" "\.(gemini|gmi|GMI)$"
# links
color magenta "^=>.*$"
# preformatted
color yellow start="^```* ?$" end="^```* ?$"
#headings
color cyan "^\#+.*$"
#bullets
color green "^\*+.*$"