branch: externals/a68-mode commit 5341939571236094b69202a393b3725c41156c93 Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
add smie rule for DO UNTIL OD --- a68-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/a68-mode.el b/a68-mode.el index c57dc6e50a..ef50711d4f 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -142,6 +142,7 @@ "DO" exp "OD") ("FOR" exp "BY" exp "TO" exp "DO" exp "OD") + ("-do-" "DO" exp "UNTIL" exp "OD") ("-to-" "TO" exp "DO" exp "OD") ("WHILE" exp "DO" exp "OD")) (insts (insts ";" insts)