Catch up to highlight 3.51 API change.
authorAmitai Schleier <schmonz-web-ikiwiki@schmonz.com>
Mon, 27 May 2019 03:45:10 +0000 (23:45 -0400)
committerAmitai Schleier <schmonz-web-ikiwiki@schmonz.com>
Mon, 27 May 2019 03:45:19 +0000 (23:45 -0400)
commit4d06df9583e6c4145f8c6fc2fd51d7894c0b85ce
treefe10bc4fea674c4950aefb52ca590a42a0777c34
parentf4213094b28081086dbf2710101d241646005e7b
Catch up to highlight 3.51 API change.

As of 3.51, searchFile() is no longer provided in highlight's Perl
bindings (at least on NetBSD and OS X, as built from pkgsrc). This
leaves us falling through to getConfDir(), which has been gone
rather longer.

From highlight git, it appears searchFile() and getFiletypesConfPath()
both originated in the 3.14 release. The latter is still available in
3.51, and returns the same result searchFile() used to. Switch to it.
IkiWiki/Plugin/highlight.pm