1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-21 05:56:00 +02:00
nanorc/etc-hosts.nanorc
2018-12-13 10:48:50 +01:00

16 lines
243 B
Plaintext

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