mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Merge 245a24b101 into 1aa64a86cf
This commit is contained in:
commit
97739ae634
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
## Make /etc/hosts nicer to read, see `man hosts 5` to see the format
|
## Make /etc/hosts nicer to read, see `man hosts 5` to see the format
|
||||||
syntax "/etc/hosts" "hosts"
|
syntax "/etc/hosts" "^/etc/hosts$"
|
||||||
|
|
||||||
# IPv4
|
# IPv4
|
||||||
color yellow "^[0-9\.]+\s"
|
color yellow "^[0-9\.]+\s"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
## PHP Syntax Highlighting
|
## PHP Syntax Highlighting
|
||||||
syntax "PHP" "\.php[2345s~]?$|\.module$"
|
syntax "PHP" "\.php[2345s~]?$|\.module$"
|
||||||
|
header "^#!.*php"
|
||||||
magic "PHP script"
|
magic "PHP script"
|
||||||
comment "//"
|
comment "//"
|
||||||
color white start="<\?(php|=)?" end="\?>"
|
color white start="<\?(php|=)?" end="\?>"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue