branch: externals/phps-mode
commit 0e89b6e65aa9cbbef237dcbc75c185f77171def1
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
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))