docshelp wanted
Description
Since #350, nearley syntax isn't highlighted in the docs -- since we used to be (ab)using other syntaxes, such as js.
We need to do one of:
- switch the highlighting engine to the same one that GitHub uses, which supports Nearley;
- write a plugin for
highlight.jsthat understandsnearleysyntax; or - patch our
highlight-jsintegration, indocs/layouts/template.html, to interpret thenelanguage as something else (jsperhaps?)