summaryrefslogtreecommitdiff
path: root/.config/nano/etc-hosts.nanorc
blob: eb8a51ecbc7ef0c7a4d30c79b0af8825aa8cb383 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## 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 normal "[.:]"

# comments
color brightblack "^#.*"