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, 0 insertions, 6 deletions
diff --git a/uvim/runtime/syntax/phtml.vim b/uvim/runtime/syntax/phtml.vim
deleted file mode 100644
index 646129a20b..0000000000
--- a/uvim/runtime/syntax/phtml.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-" 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