nanorc/etc-hosts.nanorc
Adonis Deliannis b0b9b9394a
Update etc-hosts.nanorc
Error in etc-hosts.nanorc on line 11: Color "normal" not understood.
Color was changed to white.
2019-07-07 12:23:44 -07:00

16 lines
244 B
Plaintext

## Make /etc/hosts nicer to read, see `man hosts 5` to see the format
syntax "/etc/hosts" "hosts"
# IPv4
color yellow "^[0-9\.]+\s"
# IPv6
icolor green "^[0-9a-f:]+\s"
# interpunction
color white "[.:]"
# comments
color brightblack "^#.*"