Skip to content

Releases: TysonAndre/php-vim-syntax

2021-09-18.1

18 Sep 15:22
Compare
Choose a tag to compare
  • Use a different copy of the html syntax with different rule names to avoid misbehaviors when php_htmlInStrings == 2 was set and string literals contain <?php. (setting php_htmlInStrings to 3 or any other value can be used to use the official html syntax highlighting when that is not a concern)
  • Add highlighting for never type, enum keyword from php 8.1
  • Highlight octal string literals using the new 0o prefix
  • Properly highlight <?= when php_noShortTags is set
  • Add special highlighting for __serialize and __unserialize from PHP 7.4

2020-12-22.1

22 Dec 16:31
Compare
Choose a tag to compare
  • Highlight more php 8.0 functions and class/interface names
  • Highlight <=> as a single comparison operator
  • Highlight the php 8.0 mixed type as a native type
  • Don't highlight $offset as a syntax error in $var[$offset]

2020-09-07.3

07 Sep 15:17
Compare
Choose a tag to compare
  • Remove prefixes of constants such as E_COMPILE_ that were unintentionally highlighted

2020-09-07.2

07 Sep 15:12
Compare
Choose a tag to compare
  • Update the Last Change date comment

2020-09-07.1

07 Sep 15:09
9ceab3e
Compare
Choose a tag to compare

2020-05-11.2

12 May 00:27
Compare
Choose a tag to compare
  • Highlight but don't fold fn() with php_folding=1 - it has no } to fold to

2020-05-11.1

12 May 00:19
Compare
Choose a tag to compare