branch: externals/a68-mode commit 081c508b5fc870ea7a137ef9f1ce8cc3dc2513e4 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
disable { and } as comment delimiters algol68g doesn't seem to support them --- a68-mode.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/a68-mode.el b/a68-mode.el index b295ce1ccc..b0ddec469b 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -178,9 +178,7 @@ (defvar a68-mode-syntax-table (let ((st (make-syntax-table))) - (modify-syntax-entry ?{ "<" st) (modify-syntax-entry ?# "<" st) - (modify-syntax-entry ?} ">" st) (modify-syntax-entry ?# ">" st) (modify-syntax-entry ?\\ "." st) ;; (modify-syntax-entry ?C "< 13" st)