branch: externals/a68-mode
commit 327071682bedb3a10970194cccef3e714bdd3a93
Author: Omar Polo <o...@omarpolo.com>
Commit: Omar Polo <o...@omarpolo.com>

    temporarly disable the # ... # comment
    
    it clashes with the shebang, the initial #! should be
    excluded... Dunno how thought.
---
 a68-mode.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/a68-mode.el b/a68-mode.el
index 62a813a595..536627289a 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -215,11 +215,12 @@
                                             (group bow "CO" eow))
                                         (1 "<")
                                         (3 ">"))
-                                       ((rx (group "#")
-                                            (group (*? anychar))
-                                            (group "#"))
-                                        (1 "<")
-                                        (3 ">")))))
+                                       ;; ((rx (group "#")
+                                       ;;      (group (*? anychar))
+                                       ;;      (group "#"))
+                                       ;;  (1 "<")
+                                       ;;  (3 ">"))
+                                       )))
 
 ;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.a68\\'" . a68-mode))

Reply via email to