1
0
mirror of https://github.com/scopatz/nanorc synced 2024-10-31 23:00:00 +01:00
nanorc/etc-hosts.nanorc

16 lines
247 B
Plaintext
Raw Normal View History

2018-12-13 10:50:46 +01:00
## Make /etc/hosts nicer to read, see `man hosts 5` to see the format
syntax "/etc/hosts" "^hosts$"
2018-12-13 10:48:50 +01:00
# IPv4
color yellow "^[0-9\.]+\s"
# IPv6
icolor green "^[0-9a-f:]+\s"
# interpunction
color normal "[.:]"
# comments
color brightblack "^#.*"