emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode 3c959d3 404/405: Improved README


From: Stefan Monnier
Subject: [elpa] externals/phps-mode 3c959d3 404/405: Improved README
Date: Sat, 13 Jul 2019 10:01:02 -0400 (EDT)

branch: externals/phps-mode
commit 3c959d395c08ab37ada99b8b24d327d4bf5598e7
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]