branch: externals/phps-mode
commit 040b2564b0fe21d7b9917b5dc3cb17b743c8a53f
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>

    Some work on AST bookkeeping
---
 phps-mode-ast.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/phps-mode-ast.el b/phps-mode-ast.el
index 3c3c1e2366..61c6b4444c 100644
--- a/phps-mode-ast.el
+++ b/phps-mode-ast.el
@@ -523,6 +523,13 @@
    (nth 1 args))
  phps-mode-parser--table-translations)
 
+;; property -> (T_VARIABLE backup_doc_comment)
+(puthash
+ 317
+ (lambda(args terminals)
+   (nth 0 args))
+ phps-mode-parser--table-translations)
+
 ;; property -> (T_VARIABLE "=" expr backup_doc_comment)
 (puthash
  318

Reply via email to