php-vim-syntax
php-vim-syntax copied to clipboard
vim-syntax for php
- Add the “static” keyword as a new return type (as of PHP 8)
I had actually created an issue with the main vim project on this here: https://github.com/vim/vim/issues/12952 I believe their assessment of this is incorrect. Within a double quoted string something like...
https://docs.phpdoc.org/3.0/guide/references/phpdoc/tags/index.html#tag-reference doesn't have any suffixes, but other nonstandard tags may be highlighted partially Figure out how to set up negative lookahead for `-`?
I wonder if it makes sense to merge some of the features from https://github.com/StanAngeloff/php.vim into this project. For example they also define `phpDocParam` and `phpDocIdentifier` in addition to `phpDocTags`. There...
The string representation is used as the array key, not the number it evaluates to. (support 0b1_0, -0x1_f, -0_1_7, etc) ```
In the syntax file, there is a support for phpDocCustomTags but only for tag like @[a-zA-Z]* without dash character. psalm, phpstan and phan use custom tags prefixed by the name...
Hi :-) Hope you're doing great. I was wondering if you were still maintaining this project and if you think you will have time at some point to update the...