branch: externals/phps-mode
commit 1bac28a2bf0ceb8917d1b525a3366aac2f0f3bb6
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Updated readme with decreased percent for indent
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0e9551c..d756fe2 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This mode does not require PHP installed on computer because
it has a elisp base
* Flycheck support (PHP Mess Detector, PHP Code Sniffer) (100%)
* Lexer based on official PHP re2c lexer (100%)
* Syntax coloring based on lexer tokens (100%)
-* PSR-1 and PSR-2 indentation based on lexer tokens (100%)
+* PSR-1 and PSR-2 indentation based on lexer tokens (95%)
* Imenu support (100%)
* Integration with `(electric-pair)` (100%)
* Incremental lexer and syntax coloring after buffer changes (100%)