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/aspectj.min.js | 29 ----------------------- 1 file changed, 29 deletions(-) delete mode 100644 pyssg.xyz/live/static/hl/languages/aspectj.min.js (limited to 'pyssg.xyz/live/static/hl/languages/aspectj.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/aspectj.min.js b/pyssg.xyz/live/static/hl/languages/aspectj.min.js deleted file mode 100644 index 1370b92..0000000 --- a/pyssg.xyz/live/static/hl/languages/aspectj.min.js +++ /dev/null @@ -1,29 +0,0 @@ -hljs.registerLanguage("aspectj",(()=>{"use strict";return e=>{ -const n="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",t="get set args call" -;return{name:"AspectJ",keywords:n,illegal:/<\/|#/, -contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/, -relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}] -}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{ -className:"class",beginKeywords:"aspect",end:/[{;=]/,excludeEnd:!0, -illegal:/[:;"\[\]]/,contains:[{ -beginKeywords:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton" -},e.UNDERSCORE_TITLE_MODE,{begin:/\([^\)]*/,end:/[)]+/,keywords:n+" "+t, -excludeEnd:!1}]},{className:"class",beginKeywords:"class interface",end:/[{;=]/, -excludeEnd:!0,relevance:0,keywords:"class interface",illegal:/[:"\[\]]/, -contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{ -beginKeywords:"pointcut after before around throwing returning",end:/[)]/, -excludeEnd:!1,illegal:/["\[\]]/,contains:[{ -begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0, -contains:[e.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/, -relevance:0,excludeEnd:!1,keywords:n,illegal:/["\[\]]/,contains:[{ -begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",keywords:n+" "+t,relevance:0 -},e.QUOTE_STRING_MODE]},{beginKeywords:"new throw",relevance:0},{ -className:"function", -begin:/\w+ +\w+(\.)?\w+\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,returnBegin:!0, -end:/[{;=]/,keywords:n,excludeEnd:!0,contains:[{ -begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0, -contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/, -relevance:0,keywords:n, -contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE] -},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_NUMBER_MODE,{ -className:"meta",begin:"@[A-Za-z]+"}]}}})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf