I needed a syntax highlighting support for the wiki Creole syntax in Emacs, but I couldn't find it anywhere... until I found the dot.emacs configuration file of Alex Schroeder of emacswiki fame, which contains a little wonderful elisp snippet that I show you (a little bit modified) here:
Just copy this snippet in your .emacs and any file "*.wiki" will be highlighted correctly. You can also enable this mode from within emacs by: M-x wiki-mode.
I've adapted it a little bit and stealed some regexps from Jason's markdown-mode for highligthing titles. But there is still something missing:
Highlighting of lists
Support for images
Better highlithing of external links
Some functions for preview maybe?
Further versions of this mode will be updated here.