mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Made etc-hosts path regex match more strict.
This got me in a lot of trouble with a file path containing /vhosts/ so made it more strict.
This commit is contained in:
parent
1aa64a86cf
commit
1fd3bb55f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
## Make /etc/hosts nicer to read, see `man hosts 5` to see the format
|
||||
syntax "/etc/hosts" "hosts"
|
||||
syntax "/etc/hosts" "^/etc/hosts$"
|
||||
|
||||
# IPv4
|
||||
color yellow "^[0-9\.]+\s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue