diff --git a/crates/aiken-project/templates/js/highlightjs-aiken.js b/crates/aiken-project/templates/js/highlightjs-aiken.js index 64f3203c..d72ea93f 100644 --- a/crates/aiken-project/templates/js/highlightjs-aiken.js +++ b/crates/aiken-project/templates/js/highlightjs-aiken.js @@ -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: "[, ]+",