cjohansson pushed a change to branch externals/phps-mode. from 69d4de374b Updated version and date new 585bc28fa5 Added T_ENUM and T_READONLY new b9f74656ad Added ONUM regex new 534c766344 Fixed number constants new d766293a8d Added support for underscores new 3a59ef2141 Added tests for new lexer tokens new 4f936cd5cd Fixed byte-compilation issue with new lexer rules new dd4e6c134f Added another unit-test for T_READONLY new 3d4576eac6 Another fix for readonly new e50ecb53be More debugging byte-compilation issue new e5fda9efb3 New lexer tokens working after byte-compilation new 3f9898cd2a Added instructions of how to update lexer rules new 777c88da24 Fixed byte-compilation warning new f070d688a4 Added TODO items new dbd63046ef Fixed T_ENUM token length new e84ba21c7d Updated TODO new a682f890c1 Fixed indentation for enumerations new a56b01bd3f Updated version and date
Summary of changes: phps-mode-indent.el | 6 +- phps-mode-lexer.el | 191 ++++++++++++++++++++++++++++-------------- phps-mode-syntax-color.el | 2 +- phps-mode.el | 4 +- test/phps-mode-test-indent.el | 4 + test/phps-mode-test-lexer.el | 33 ++++++++ 6 files changed, 175 insertions(+), 65 deletions(-)