branch: externals/a68-mode
commit 13422e8051a6b0f997bdea6a51af65d345e9ee9b
Author: Jose E. Marchesi <jose.march...@oracle.com>
Commit: Jose E. Marchesi <jose.march...@oracle.com>

    Indent closed clause aligned to "access"
---
 a68-mode.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/a68-mode.el b/a68-mode.el
index 20216d3220..eabb41c212 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -1240,7 +1240,8 @@ UPPER stropping version."
                 (and (or (smie-rule-parent-p "PROC")
                          (smie-rule-parent-p "OP"))
                      (smie-rule-prev-p ":"))
-                (smie-rule-parent-p "PROGRAM")))
+                (smie-rule-parent-p "PROGRAM")
+                (smie-rule-parent-p "ACCESS")))
        (smie-rule-parent)))
     (`(:before . "THEN")
      (when (or (smie-rule-hanging-p)
@@ -1285,7 +1286,8 @@ UPPER stropping version."
                 (and (or (smie-rule-parent-p "proc")
                          (smie-rule-parent-p "op"))
                      (smie-rule-prev-p ":"))
-                (smie-rule-parent-p "program")))
+                (smie-rule-parent-p "program")
+                (smie-rule-parent-p "access")))
        (smie-rule-parent)))
     (`(:before . "then")
      (when (or (smie-rule-hanging-p)

Reply via email to