danyaPostfactum / modx-ace

ACE editor integration into MODx
24 stars 23 forks source link

Support PHP 7 syntax #52

Open CarlBohman opened 7 years ago

CarlBohman commented 7 years ago

From what I can tell, Ace added support for PHP 7 syntax parsing about a year ago (October 2016). It would be nice to get an updated version of this code to support it.

Alternately, is there an easy way to drop in the latest ace version to add support and/or keep up to date?

nick2687 commented 2 years ago

image

Would love to see PHP7 syntax being supported, or know how to update it on my site. I like to use the "null coalescing operator" (??) like in the example above, and it's annoying to see the syntax error pop up.