This commit is contained in:
bravoman 2022-01-03 13:27:51 +00:00 committed by GitHub
commit 97739ae634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 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"

View File

@ -1,5 +1,6 @@
## PHP Syntax Highlighting
syntax "PHP" "\.php[2345s~]?$|\.module$"
header "^#!.*php"
magic "PHP script"
comment "//"
color white start="<\?(php|=)?" end="\?>"