branch: externals/phps-mode
commit 2189d31d01f2721c889bed0f36d0df0cbb98b5e8
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Fixes for lexer in parser to handle T_CLOSE_TAG
---
phps-mode-automation-grammar.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phps-mode-automation-grammar.el b/phps-mode-automation-grammar.el
index 9c4631a..070d2e1 100644
--- a/phps-mode-automation-grammar.el
+++ b/phps-mode-automation-grammar.el
@@ -1466,7 +1466,7 @@
index))
(phps-mode-lexer--re2c))
- (let ((first (car (nreverse phps-mode-lexer--generated-new-tokens))))
+ (let ((first (car (reverse phps-mode-lexer--generated-new-tokens))))
(cond