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/ada.min.js | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 pyssg.xyz/live/static/hl/languages/ada.min.js (limited to 'pyssg.xyz/live/static/hl/languages/ada.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/ada.min.js b/pyssg.xyz/live/static/hl/languages/ada.min.js deleted file mode 100644 index 8296751..0000000 --- a/pyssg.xyz/live/static/hl/languages/ada.min.js +++ /dev/null @@ -1,25 +0,0 @@ -hljs.registerLanguage("ada",(()=>{"use strict";return e=>{ -const n="[A-Za-z](_?[A-Za-z0-9.])*",s="[]\\{\\}%#'\"",a=e.COMMENT("--","$"),r={ -begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:s,contains:[{ -beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword", -beginKeywords:"not null constant access function procedure in out aliased exception" -},{className:"type",begin:n,endsParent:!0,relevance:0}]};return{name:"Ada", -case_insensitive:!0,keywords:{ -keyword:"abort else new return abs elsif not reverse abstract end accept entry select access exception of separate aliased exit or some all others subtype and for out synchronized array function overriding at tagged generic package task begin goto pragma terminate body private then if procedure type case in protected constant interface is raise use declare range delay limited record when delta loop rem while digits renames with do mod requeue xor", -literal:"True False"},contains:[a,{className:"string",begin:/"/,end:/"/, -contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{ -className:"number", -begin:"\\b(\\d(_|\\d)*#\\w+(\\.\\w+)?#([eE][-+]?\\d(_|\\d)*)?|\\d(_|\\d)*(\\.\\d(_|\\d)*)?([eE][-+]?\\d(_|\\d)*)?)", -relevance:0},{className:"symbol",begin:"'"+n},{className:"title", -begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?", -end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:s},{ -begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+", -end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)", -keywords:"overriding function procedure with is renames return",returnBegin:!0, -contains:[a,{className:"title", -begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)", -excludeBegin:!0,excludeEnd:!0,illegal:s},r,{className:"type", -begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0, -excludeEnd:!0,endsParent:!0,illegal:s}]},{className:"type", -begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:s -},r]}}})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf