branch: externals/phps-mode
commit be078dc411b8567573caf1a46700f3e5a5deeb70
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Updated readme
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 6853e33..090c8de 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@ An Emacs major mode for PHP scripting language which aims at
making a full seman
With current progress estimates:
* Flycheck support (100%)
-* Lexer based on official PHP re2c lexer (90%)
-* Syntax coloring based on lexer tokens (90%)
+* Lexer based on official PHP re2c lexer (100%)
+* Syntax coloring based on lexer tokens (100%)
+* PSR based indentation based on lexer tokens (0%)
* Wisent LALR parser based on official PHP yacc parser automatically converted
(60%)
* Flymake support (0%)
* Full integration with Emacs Semantic subsystem (0%)
-* PSR based indentation (0%)
## Unit testing