PHP syntax in Sublime Text very slow

2

My Sublime Text 3's PHP syntax highlighting causes the editor to become extremely slow. And it's proportional to the amount of code in the current file.

It's only with PHP. As soon as I switch to JavaScript syntax, it become super responsive again!

I don't even have any Linters installed, just JSON linter, none for PHP AFAIK.

How do I figure out what's causing PHP syntax highlighting to make the editor slow and sliggish?

laggingreflex

Posted 2015-02-14T15:02:37.097

Reputation: 3 498

Post on the forum and someone may help debugging the issue. https://forum.sublimetext.com/

– Gerard Roche – 2016-08-28T04:46:45.710

No answers