Add missing keywords to documentation generator.
This commit is contained in:
parent
a524836c94
commit
c2bf6e5682
|
@ -1,6 +1,6 @@
|
||||||
hljs.registerLanguage("aiken", function (hljs) {
|
hljs.registerLanguage("aiken", function (hljs) {
|
||||||
const KEYWORDS =
|
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 = {
|
const COMMAS = {
|
||||||
scope: "ponctuation",
|
scope: "ponctuation",
|
||||||
begin: "[, ]+",
|
begin: "[, ]+",
|
||||||
|
|
Loading…
Reference in New Issue