branch: externals/phps-mode commit eb0ee5e60a2d1f0937e9fb158d5bba6f574644ec Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated README with imenu-support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31efe01..d1793b7 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ An Emacs major mode for PHP scripting language which aims at making a full seman * Syntax coloring based on lexer tokens (100%) * PSR based indentation based on lexer tokens (100%) * Lexer based on official PHP re2c lexer (100%) +* Imenu support (100%) * Incremental lexer and syntax coloring after buffer changes (75%) * Wisent LALR parser based on official PHP yacc parser automatically converted (50%) * Full integration with Emacs Semantic subsystem (30%) * GPLv3 license (0%) -* Imenu support (0%) * Flymake support (0%) * PSR-2 auto-formatting tool based on lexer tokens (0%) * Travis support (0%)