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:
bravoman 2022-01-03 14:18:52 +01:00 committed by GitHub
parent 1aa64a86cf
commit 1fd3bb55f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"