nanorc/etc-hosts.nanorc
DesertPunk f4339e5f84
Update etc-hosts.nanorc
```# interpunction
color normal "[.:]"```causing errors, changing it to ```# interpunction
color white "[.:]"```
2019-06-09 22:29:55 +08:00

16 lines
245 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 "^#.*"