diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-13 20:44:08 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-13 20:44:08 -0600 |
commit | abc0de079b895af1b705894eb2b63596e3e37274 (patch) | |
tree | c51d24dce55da8d9b227cbac6c2ef64a59d8e9dc /pyssg.xyz/live/static/hl/languages/clean.min.js | |
parent | db4b3736d4f45137a733ce5eb1e50aec968ca1d2 (diff) |
add pyssg.xyz configs and templates
Diffstat (limited to 'pyssg.xyz/live/static/hl/languages/clean.min.js')
-rw-r--r-- | pyssg.xyz/live/static/hl/languages/clean.min.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyssg.xyz/live/static/hl/languages/clean.min.js b/pyssg.xyz/live/static/hl/languages/clean.min.js new file mode 100644 index 0000000..c5d052d --- /dev/null +++ b/pyssg.xyz/live/static/hl/languages/clean.min.js @@ -0,0 +1,6 @@ +hljs.registerLanguage("clean",(()=>{"use strict";return e=>({name:"Clean", +aliases:["clean","icl","dcl"],keywords:{ +keyword:"if let in with where case of class instance otherwise implementation definition system module from import qualified as special code inline foreign export ccall stdcall generic derive infix infixl infixr", +built_in:"Int Real Char Bool",literal:"True False"}, +contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{ +begin:"->|<-[|:]?|#!?|>>=|\\{\\||\\|\\}|:==|=:|<>"}]})})());
\ No newline at end of file |