Highlight.js fails to find gherkin language

I’m trying to render gherkin syntax using markdown + simple:highlight.js and I’m getting the following error in the console:

Uncaught Error: Unknown language: "gherkin"

How can I add the missing language to the package since highlight.js does support gherkin?

The issue was fixed by making use of the non-packaged highligh.js lib.