From 8baab3c8d7a6f22888bd581cd5c6098fd2e4b5a8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:44:24 +0200 Subject: Adding upstream version 2:8.1.0875. Signed-off-by: Daniel Baumann --- runtime/syntax/phtml.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 runtime/syntax/phtml.vim (limited to 'runtime/syntax/phtml.vim') 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 -- cgit v1.2.3