Merge pull request #283 from EmidioStani/master
include PHP syntax highlighting for .module files (used by Drupal)
This commit is contained in:
+1
-1
@@ -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="\?>"
|
||||||
|
|||||||
Reference in New Issue
Block a user