X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/5952a0200fd86a400cd1a977df66f82cfdedb001..2285e371c490bc545f9fbf15cbc3f02981b16bc8:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index ae50248..b24e50c 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2074,11 +2074,11 @@ strip numbers instead." "t" "f"))) (setq font-lock-keywords (list (list (concat "\\<\\(" dylan-keywords - "\\|" (concat "with\\(out\\)?-" word) - "\\|" (concat word ":") + "\\|" "with\\(out\\)?-" word "\\)\\>") '(0 font-lock-keyword-face)) - (list (concat "#\\(" sharp-keywords "\\)\\>") + (list (concat "\\<" word ":" "\\|" + "#\\(" sharp-keywords "\\)\\>") '(0 font-lock-variable-name-face)) (list (concat "\\(" "\\([-+]\\|\\<\\)[0-9]+" "\\("