Latest:
; CSS color values colored by themselves ; http://xahlee.org/emacs/emacs_html.html (defvar hexcolour-keywords '(("#[abcdef[:digit:]]\\{6\\}" (0 (put-text-property (match-beginning 0) (match-end 0) 'face (list :background (match-string-no-properties 0))))))) (defun hexcolour-add-to-font-lock () (font-lock-add-keywords nil hexcolour-keywords)) (add-hook 'css-mode-hook 'hexcolour-add-to-font-lock)
Be weird to see that floating semicolon in there.
http://github.com/ki/my-dot-emacs/raw/master/dot-emacs.txt
http://github.com/jrockway/dotfiles/tree/master/bin
Latest: