Open Akuli opened 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.
class Foo { ... }
class Foo {
Also affects large sql dumps from mysqldump
mysqldump
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 containingclass Foo {
, then it doesn't highlight properly.