1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 08:35:39 +01:00

Merge pull request #283 from EmidioStani/master

include PHP syntax highlighting for .module files (used by Drupal)
This commit is contained in:
Anthony Scopatz 2020-02-05 11:30:43 -06:00 committed by GitHub
commit 195b8b21ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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