emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode 0e89b6e 35/96: Fixed bug in automation gramma


From: Christian Johansson
Subject: [elpa] externals/phps-mode 0e89b6e 35/96: Fixed bug in automation grammar
Date: Fri, 29 Oct 2021 11:14:42 -0400 (EDT)

branch: externals/phps-mode
commit 0e89b6e65aa9cbbef237dcbc75c185f77171def1
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Fixed bug in automation grammar
---
 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 f8b4d10..b52b393 100644
--- a/phps-mode-automation-grammar.el
+++ b/phps-mode-automation-grammar.el
@@ -1005,7 +1005,7 @@
      %empty)
 
     (attributed_class_statement
-     (variable_modifiers optional_type_without_static property_list ",")
+     (variable_modifiers optional_type_without_static property_list ";")
      (method_modifiers T_CONST class_const_list ";")
      (method_modifiers function returns_ref identifier backup_doc_comment "(" 
parameter_list ")" return_type backup_fn_flags method_body backup_fn_flags))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]