From f797bb14f7413df2abac6326c6df769004e50aa1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 1 May 2023 09:35:25 -0600 Subject: small bugfix, add toc settings, update example site and delete unnecessary static assets --- pyssg.xyz/live/static/hl/languages/ceylon.min.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 pyssg.xyz/live/static/hl/languages/ceylon.min.js (limited to 'pyssg.xyz/live/static/hl/languages/ceylon.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/ceylon.min.js b/pyssg.xyz/live/static/hl/languages/ceylon.min.js deleted file mode 100644 index bb0d764..0000000 --- a/pyssg.xyz/live/static/hl/languages/ceylon.min.js +++ /dev/null @@ -1,12 +0,0 @@ -hljs.registerLanguage("ceylon",(()=>{"use strict";return e=>{ -const a="assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty",s={ -className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:a, -relevance:10},n=[{className:"string",begin:'"""',end:'"""',relevance:10},{ -className:"string",begin:'"',end:'"',contains:[s]},{className:"string", -begin:"'",end:"'"},{className:"number", -begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?", -relevance:0}];return s.contains=n,{name:"Ceylon",keywords:{ -keyword:a+" shared abstract formal default actual variable late native deprecated final sealed annotation suppressWarnings small", -meta:"doc by license see throws tagged"},illegal:"\\$[^01]|#[^0-9a-fA-F]", -contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),{ -className:"meta",begin:'@[a-z]\\w*(?::"[^"]*")?'}].concat(n)}}})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf