annotate runtime/syntax/phtml.vim @ 17547:1b8463f97365 v8.1.1771

patch 8.1.1771: options test fails on MS-Windows commit https://github.com/vim/vim/commit/d4404b4391a0cd3ab197e09bee7828c88882f6b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 28 18:38:09 2019 +0200 patch 8.1.1771: options test fails on MS-Windows Problem: Options test fails on MS-Windows. Solution: Add correct and incorrect values for 'completeslash'.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 18:45:04 +0200
parents 18ee39301b82
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 " Vim syntax file
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 7
diff changeset
2 " PHTML used to be the filetype for PHP 2.0. Now everything is PHP.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 7
diff changeset
4 if !exists("b:current_syntax")
18ee39301b82 updated for version 7.2a
vimboss
parents: 7
diff changeset
5 runtime! syntax/php.vim
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 endif