branch: externals/phps-mode
commit 812dc49c83ee5691a53e1e3fbe6521f5d80105c3
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Removed TODO item
---
 phps-mode-lexer.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/phps-mode-lexer.el b/phps-mode-lexer.el
index 33fde73..0028845 100644
--- a/phps-mode-lexer.el
+++ b/phps-mode-lexer.el
@@ -469,9 +469,8 @@
 
 ;; LEXERS
 
-;; TODO If multiple rules match, re2c prefers the longest match. If rules 
match the same string, the earlier rule has priority.
+;; If multiple rules match, re2c prefers the longest match. If rules match the 
same string, the earlier rule has priority.
 ;; @see http://re2c.org/manual/syntax/syntax.html
-
 (define-lex-analyzer phps-mode-lexer-lex-analyzer
   "Elisp port of original Zend re2c lexer."
   t

Reply via email to