Add missing keywords to documentation generator.
This commit is contained in:
parent
a524836c94
commit
c2bf6e5682
|
@ -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: "[, ]+",
|
||||
|
|
Loading…
Reference in New Issue