diff options
Diffstat (limited to 'mnv/runtime/syntax/phtml.mnv')
| -rw-r--r-- | mnv/runtime/syntax/phtml.mnv | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mnv/runtime/syntax/phtml.mnv b/mnv/runtime/syntax/phtml.mnv new file mode 100644 index 0000000000..c8d440f4c1 --- /dev/null +++ b/mnv/runtime/syntax/phtml.mnv @@ -0,0 +1,6 @@ +" MNV syntax file +" PHTML used to be the filetype for PHP 2.0. Now everything is PHP. + +if !exists("b:current_syntax") + runtime! syntax/php.mnv +endif |
