cjohansson / emacs-phps-mode

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

Move lexer into separate buffer, catch lexer errors and present them nicely #27

Closed cjohansson closed 4 years ago

cjohansson commented 4 years ago

The problem with current organization is that the lexer runs in the code buffer and will move point to where lexer error occurs, it would be better to have in run in a separate buffer and it also makes it possible in the future to make the lexer asynchronous instead

cjohansson commented 4 years ago

Done in this commit