Add missing keywords to documentation generator.

This commit is contained in:
KtorZ 2023-10-06 14:46:34 +02:00
parent a524836c94
commit c2bf6e5682
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 1 deletions

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: "[, ]+",