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

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

[elpa] externals/phps-mode 47793f7 402/405: Updated README


From: Stefan Monnier
Subject: [elpa] externals/phps-mode 47793f7 402/405: Updated README
Date: Sat, 13 Jul 2019 10:01:01 -0400 (EDT)

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

    Updated README
---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 55af1d1..774f361 100644
--- a/README.md
+++ b/README.md
@@ -5,24 +5,27 @@
 
 An Emacs major mode for PHP scripting language which aims at making a full 
semantic integration. Currently at *usable* stage.
 
-This mode does not require PHP installed on your computer because it has a 
built-in elisp based lexer and parser. It supports all PHP versions and Emacs 
>= 26.
+This mode does not require PHP installed on your computer because it has a 
built-in elisp based semantic lexer and semantic parser. It supports all PHP 
versions and Emacs >= 26.
 
 ## Features
 
 * GPLv3 license
 * Flycheck support (PHP Mess Detector, PHP Code Sniffer)
-* Lexer based on official PHP re2c lexer
+* Semantic lexer based on official PHP re2c lexer
 * Syntax coloring based on lexer tokens
 * 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)`
-* From first stable release, use master branch for stable releases and develop 
branch for on-going work
 * Travis support
 * Imenu support
 * Minimal mode map
 
+## Develop
+
+Make pull requests to develop branch or branches from develop branch. Tested 
changes are merged to master.
+
 ## Tests
 
 If you have emacs at a customized location prefix the commands with your path, 
i.e.



reply via email to

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