branch: externals/a68-mode commit fae870cfed55409a3f0457b25f408d5245e346ac Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
Add module as alternative in serial --- a68-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/a68-mode.el b/a68-mode.el index 787247176b..506632be03 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -371,7 +371,7 @@ with the equivalent upcased form." (exp "[" exp "]") ("(" exp ")") ("begin" exp "end") - ("module" exp "def" exp "fed") + ("module" exp "def" exp "fed") ("module" exp "def" exp "postlude" exp "fed")) ;; Declarations: (declaration (type-decl) @@ -578,6 +578,7 @@ with the equivalent upcased form." (pragmat ("-pr-" exp "pr")) (serial (serial ";" serial) (unit) + (module) ("-label-" unit) (declaration) (pragmat)))