mbaringer@common-lisp.net (Marco Baringer) writes:
+2008-08-20 Tobias C. Rittweiler tcr@freebits.de
- slime-fontifying-fu.el: New contrib; fontify with-foo and do-foo
- like standard macros.
Cool, I've been using something like this for a while. My version applies to def* as well, so it fontifies defcfun, deftest, etc. However, my regex also matches thing like "default". Anybody have enough regex-fu to deal with this properly?
Or perhaps it would be more interesting to fontify every macro using some mechanism similar to what is currently done for indentation.