sources.list syntax highlighting in Nano
Submitted by ironstorm.
on 2007-04-16 02:20.
Nano .nanorc syntax colour highlighting for Ubuntu/Debian apt package source repos list (source.list and /etc/apt/sources.list.d/)
# Debian/Ubunut Packages config
syntax "deb-sources-lists" "\.list$"
color yellow "\s(http|ftp)://.*$"
color green "^\s?deb(-src)?"
color brightgreen "\s(http|ftp)://.[^ ]*"
color brightblack "#(\s)?deb .*$"
color white "#.*$"