summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/phtml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/phtml.vim')
-rw-r--r--runtime/syntax/phtml.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/syntax/phtml.vim b/runtime/syntax/phtml.vim
new file mode 100644
index 0000000..646129a
--- /dev/null
+++ b/runtime/syntax/phtml.vim
@@ -0,0 +1,6 @@
+" Vim syntax file
+" PHTML used to be the filetype for PHP 2.0. Now everything is PHP.
+
+if !exists("b:current_syntax")
+ runtime! syntax/php.vim
+endif