summaryrefslogtreecommitdiff
path: root/uvim/runtime/syntax/phtml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'uvim/runtime/syntax/phtml.vim')
-rw-r--r--uvim/runtime/syntax/phtml.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/uvim/runtime/syntax/phtml.vim b/uvim/runtime/syntax/phtml.vim
new file mode 100644
index 0000000000..646129a20b
--- /dev/null
+++ b/uvim/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