diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-05-15 22:25:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-05-15 22:25:40 +0200 |
commit | 259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29 (patch) | |
tree | f9d9685e670a64245a53026900bd26bee9ba643b /runtime/syntax/php.vim | |
parent | 78ddc06bdd5c59cffdbb61eed7dcb5dcc4a17f19 (diff) | |
download | vim-git-259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29.tar.gz |
patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845
Problem: Various comment updates needed, missing white space.
Solution: Update comments, add white space.
Diffstat (limited to 'runtime/syntax/php.vim')
-rw-r--r-- | runtime/syntax/php.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/php.vim b/runtime/syntax/php.vim index e82112e0f..ef89a9e85 100644 --- a/runtime/syntax/php.vim +++ b/runtime/syntax/php.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: php PHP 3/4/5/7 " Maintainer: Jason Woofenden <jason@jasonwoof.com> -" Last Change: Jul 14, 2017 +" Last Change: May 12, 2018 " URL: https://jasonwoof.com/gitweb/?p=vim-syntax.git;a=blob;f=php.vim;hb=HEAD " Former Maintainers: Peter Hodge <toomuchphp-vim@yahoo.com> " Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> @@ -261,7 +261,7 @@ syn keyword phpStatement return break continue exit goto yield contained syn keyword phpKeyword var const contained " Type -syn keyword phpType bool boolean int integer real double float string array object NULL callable iterable contained +syn keyword phpType void bool boolean int integer real double float string array object NULL callable iterable contained " Structure syn keyword phpStructure namespace extends implements instanceof parent self contained |