branch: externals/phps-mode
commit 74dcea12b4a1afe2c68718f6e40bbc7112d6f830
Author: christian <christ...@cvj.se>
Commit: christian <christ...@cvj.se>

    Updated TODO items and README
---
 README.md | 2 ++
 TODO.md   | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f8dea5a5d9..8bbdd47188 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,8 @@ This mode does not require PHP installed on your computer 
because it has a built
 * Incremental lexer and syntax coloring after buffer changes
 * Incremental parser, imenu and bookkeeping generation after buffer changes
 * Supports `(comment-region)` and `(uncomment-region)`
+* Supports narrowing functions
+* Supports `(beginning-of-defun)` and `(end-of-defun)`
 * Support indentation for inline-html areas
 * Minimal mode map
 * Tested using unit tests and integration tests
diff --git a/TODO.md b/TODO.md
index 728dd9ec14..9cde172792 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,5 @@
 # TODO
 
-## Parser
-
 ## Indentation
 
             'language' =>

Reply via email to