cjohansson / emacs-phps-mode

Emacs major mode for PHP with code intelligence
GNU General Public License v3.0
35 stars 2 forks source link

Complexity optimizations for calculating indentation and imenu indexes #26

Closed cjohansson closed 4 years ago

cjohansson commented 5 years ago
cjohansson commented 4 years ago

This is resolved now by suspending process of buffer until changes have been lexed, not resulting in buffer freeze when doing new-line as before