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/axapta.min.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pyssg.xyz/live/static/hl/languages/axapta.min.js (limited to 'pyssg.xyz/live/static/hl/languages/axapta.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/axapta.min.js b/pyssg.xyz/live/static/hl/languages/axapta.min.js deleted file mode 100644 index c9a4be2..0000000 --- a/pyssg.xyz/live/static/hl/languages/axapta.min.js +++ /dev/null @@ -1,9 +0,0 @@ -hljs.registerLanguage("axapta",(()=>{"use strict";return e=>({name:"X++", -aliases:["x++"],keywords:{ -keyword:"abstract as asc avg break breakpoint by byref case catch changecompany class client client common const continue count crosscompany delegate delete_from desc display div do edit else eventhandler exists extends final finally firstfast firstonly firstonly1 firstonly10 firstonly100 firstonly1000 flush for forceliterals forcenestedloop forceplaceholders forceselectorder forupdate from generateonly group hint if implements in index insert_recordset interface internal is join like maxof minof mod namespace new next nofetch notexists optimisticlock order outer pessimisticlock print private protected public readonly repeatableread retry return reverse select server setting static sum super switch this throw try ttsabort ttsbegin ttscommit unchecked update_recordset using validtimestate void where while", -built_in:"anytype boolean byte char container date double enum guid int int64 long real short str utcdatetime var", -literal:"default false null true"}, -contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{ -className:"meta",begin:"#",end:"$"},{className:"class", -beginKeywords:"class interface",end:/\{/,excludeEnd:!0,illegal:":",contains:[{ -beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]}]})})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf