From: David Bremner Date: Wed, 29 Dec 2010 11:18:14 +0000 (-0400) Subject: Update highlight plugin for highlight api. X-Git-Tag: 3.20101231~13 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/ab511bb39c4cde35137b7ce3a2fe34fe720259a5?ds=inline;hp=ab511bb39c4cde35137b7ce3a2fe34fe720259a5 Update highlight plugin for highlight api. Note that in particular calling initTheme with and empty file does not work anymore. use of initLanguage was replaced by loadLanguage, which seems to work in both places. I tried to make it a bit more robust against missing a highlight package. There are lots of warnings, but it no longer crashes. ---