docshelp wanted
Repository metrics
- Stars
- (3,456 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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?)