This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / etc-hosts.nanorc
1 ## Make /etc/hosts nicer to read, see `man hosts 5` to see the format
2 syntax "/etc/hosts" "hosts"
3
4 # IPv4
5 color yellow "^[0-9\.]+\s"
6
7 # IPv6
8 icolor green "^[0-9a-f:]+\s"
9
10 # interpunction
11 color normal "[.:]"
12
13 # comments
14 color brightblack "^#.*"
15