branch: externals/a68-mode commit bb4b3a620e4b129ae3cbba1e6f29534a572e0fbf Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
improve the commentary --- a68-mode.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/a68-mode.el b/a68-mode.el index 248583dc0c..471a00d1e5 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -32,6 +32,11 @@ ;; A major mode for editing Algol 68 code. ;; +;; This is an improved and modernized version of the a68-mode written +;; by Jose E. Marchesi. The original code was taken from +;; +;; https://github.com/lachrymology/me/blob/master/.emacs.d/extras/algol-mode.el +;; ;; TODO: support quote and dot stropping. ;;; Code: