branch: externals/phps-mode
commit 3c959d395c08ab37ada99b8b24d327d4bf5598e7
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Improved README
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 774f361..378f1bb 100644
--- a/README.md
+++ b/README.md
@@ -10,17 +10,18 @@ This mode does not require PHP installed on your computer
because it has a built
## Features
* GPLv3 license
-* Flycheck support (PHP Mess Detector, PHP Code Sniffer)
+* Flycheck support
* Semantic lexer based on official PHP re2c lexer
-* Syntax coloring based on lexer tokens
+* Syntax coloring based on lexer tokens, make it easier to spot invalid code
* PSR-1 and PSR-2 indentation based on lexer tokens
* Integration with `(electric-pair)`
* Incremental lexer and syntax coloring after buffer changes
* Incremental indentation and imenu calculation after buffer changes
* Supports `(comment-region)` and `(uncomment-region)`
-* Travis support
* Imenu support
-* Minimal mode map
+* Minimal mode map* Tested using unit tests and integration tests
+* Travis support
+
## Develop