X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/853d8555c057dc9e2d8a7f641fbfbb94beee9f2e..5edd6d49dfa38fc4c93781b3ab9ec26c51cc9d86:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index ac20c56..f0569e6 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3007,13 +3007,17 @@ strip numbers instead." (modify-syntax-entry ?. "w") (modify-syntax-entry ?\n ">") (setf fill-prefix nil) + (modify-syntax-entry ?. "_") + (modify-syntax-entry ?* ". 23") + (modify-syntax-entry ?/ ". 124b") + (modify-syntax-entry ?\n "> b") (local-set-key ";" 'self-insert-command) (mdw-standard-fill-prefix "\\([ \t]*;+[ \t]*\\)")) (defun mdw-asm-set-comment () (modify-syntax-entry ?; "." ) - (modify-syntax-entry asm-comment-char "