branch: externals/phps-mode commit 228b657ad8f470febec7408a3db6a61aab32fb6e Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated README with license logo and Travis CI build status --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0e9551c..9e466c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # PHPs - Experiment with a Semantic Mode for Emacs +[](https://www.gnu.org/licenses/gpl-3.0.txt) +[](https://travis-ci.org/cjohansson/emacs-phps-mode) + 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 computer because it has a elisp based lexer and parser. It supports all PHP versions and Emacs >= 24. @@ -18,6 +21,7 @@ This mode does not require PHP installed on computer because it has a elisp base * Incremental lexer and syntax coloring after buffer changes (100%) * Incremental indentation and imenu calculation after buffer changes (100%) * Supports `(comment-region)` and `(uncomment-region)` (100%) +* A set of heuristics to improve large-file incremental change handling (20%) * Wisent LALR parser based on official PHP yacc parser automatically converted grammar (50%) * Approach flycheck about including support for this module by default (0%) * Full integration with Emacs Semantic subsystem (30%)