Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim73/syntax/phtml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim73/syntax/phtml.vim')
-rw-r--r--vim73/syntax/phtml.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim73/syntax/phtml.vim b/vim73/syntax/phtml.vim
new file mode 100644
index 0000000..646129a
--- /dev/null
+++ b/vim73/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