Page 1 of 1

PHP SYN file

Posted: Sun Jun 18, 2023 1:53 pm
by IanOfYork
The syn file for PHP that comes with the install is from 2003 and for is PHP version 4.
There are a few newer version on the website, but the newest is September 2009 for PHP version 5.3

Are there any newer versions somewhere else in the wild?
Has anybody cooked their own newer version that they can share?

Re: PHP SYN file

Posted: Sun Jun 18, 2023 4:41 pm
by AmigoJack
Counter question: which syntax highlightings do you miss? The only thing I've changed was making

Code: Select all

OperatorChars = -+*/<>!~%^&|=
to

Code: Select all

OperatorChars = -+*/<>!~%^&|=.?:
because I have no clue why one would exclude those.

Re: PHP SYN file

Posted: Sun Jun 18, 2023 4:53 pm
by bbadmin
I've made available as an addon the one I use for PHP 8:

https://www.textpad.com/addon?path=addo ... x/php8.zip

Should have replaced the one bundled with the installer with this.