mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Merge pull request #283 from EmidioStani/master
include PHP syntax highlighting for .module files (used by Drupal)
This commit is contained in:
commit
195b8b21ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
## PHP Syntax Highlighting
|
||||
syntax "PHP" "\.php[2345s~]?$"
|
||||
syntax "PHP" "\.php[2345s~]?$|\.module$"
|
||||
magic "PHP script"
|
||||
comment "//"
|
||||
color white start="<\?(php|=)?" end="\?>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue