branch: externals/phps-mode commit ba7a3dc082915e8ea50c8e6e3588f3dbb4f93d2a Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated TODO list with travis integration completed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e466c6..3b9c7b9 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ 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%) +* Travis support (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%) * Flymake support (0%) * PSR-2 auto-formatting tool based on lexer tokens (0%) -* Travis support (0%) * Add to MELPA (0%) * Add to ELPA (0%) * From first stable release, use master branch for stable releases and develop branch for on-going work (0%)