branch: externals/phps-mode commit 21f883eeb4cc17929d72ca1c12370da4d372002f Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated README and copyright date --- README.md | 5 +++-- phps-mode-map.el | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc4b280..458aed1 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,12 @@ This mode does not require PHP installed on your computer because it has a built * 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%) +* From first stable release, use master branch for stable releases and develop branch for on-going work (100%) * Travis support (100%) -* Imenu support (90%) +* Imenu support (100%) * A set of heuristics to improve large-file incremental change handling (50%) * Wisent LALR parser based on official PHP yacc parser automatically converted grammar (50%) +* Minimal mode map (0%) * Full integration with Emacs Semantic subsystem (30%) * Approach flycheck about including support for this module by default (0%) * Eldoc support (0%) @@ -31,7 +33,6 @@ This mode does not require PHP installed on your computer because it has a built * PSR-2 auto-formatting tool based on lexer tokens (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%) ## Tests diff --git a/phps-mode-map.el b/phps-mode-map.el index c6f9e14..381d12a 100644 --- a/phps-mode-map.el +++ b/phps-mode-map.el @@ -1,6 +1,6 @@ ;; phps-mode-map.el --- Map for PHPs -*- lexical-binding: t -*- -;; Copyright (C) 2018 Christian Johansson +;; Copyright (C) 2018-2019 Christian Johansson ;; This file is not part of GNU Emacs.