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

14 lines
196 B
Plaintext

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