Add missing keywords to documentation generator.

This commit is contained in:
KtorZ
2023-10-06 14:46:34 +02:00
parent a524836c94
commit c2bf6e5682

View File

@@ -1,6 +1,6 @@
hljs.registerLanguage("aiken", function (hljs) {
const KEYWORDS =
"as when is const validator fn if else let use opaque pub expect trace todo error type";
"as when is const validator fn if else let use opaque pub expect trace todo error type pure fail";
const COMMAS = {
scope: "ponctuation",
begin: "[, ]+",