From 5b77877888162f4e415fe9a7b8c5e9fb5dfb6ee1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Sep 2017 20:43:42 +0200 Subject: Add syntax files from upstream vim repository --- syntax/phtml.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 syntax/phtml.vim (limited to 'syntax/phtml.vim') diff --git a/syntax/phtml.vim b/syntax/phtml.vim new file mode 100644 index 00000000..d00ced95 --- /dev/null +++ b/syntax/phtml.vim @@ -0,0 +1,10 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1 + +" 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 + +endif -- cgit v1.2.3