💾 Archived View for goodspace.org › nanorc.txt captured on 2024-05-26 at 14:32:40.

View Raw

More Information

⬅️ Previous capture (2024-05-10)

-=-=-=-=-=-=-

## Syntax highlighting for Gemtext (Gemini protocol)
syntax "gemini" "\.(gemini|gmi)$"

# Heading levels
color brightgreen "^#.*"
color brightcyan "^##.*"
color brightmagenta "^###.*"

# Link Text
color brightred "^=>\s*\S+\s+.*"
# Link URL
color green "^=>\s*\S+"
# Link Prefix
color yellow "^=>"

# Bullet Lists
color brightblue "^\*.*"

# Monospaced Blocks
color white,black start="^```" end="^```"