Akuli / porcupine

A decent editor written in tkinter
MIT License
162 stars 50 forks source link

php highlight inside class #435

Open Akuli opened 3 years ago

Akuli commented 3 years ago

It seems that inside php files, anything inside class Foo { ... } should be treated differently than other stuff. But if the class is big and you scroll beyond the line containing class Foo {, then it doesn't highlight properly.

Akuli commented 3 years ago

Also affects large sql dumps from mysqldump