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/http.min.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pyssg.xyz/live/static/hl/languages/http.min.js (limited to 'pyssg.xyz/live/static/hl/languages/http.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/http.min.js b/pyssg.xyz/live/static/hl/languages/http.min.js deleted file mode 100644 index cb94cce..0000000 --- a/pyssg.xyz/live/static/hl/languages/http.min.js +++ /dev/null @@ -1,9 +0,0 @@ -hljs.registerLanguage("http",(()=>{"use strict";return e=>{ -var n="HTTP/[0-9\\.]+";return{name:"HTTP",aliases:["https"],illegal:"\\S", -contains:[{begin:"^"+n,end:"$",contains:[{className:"number", -begin:"\\b\\d{3}\\b"}]},{begin:"^[A-Z]+ (.*?) "+n+"$",returnBegin:!0,end:"$", -contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{ -begin:n},{className:"keyword",begin:"[A-Z]+"}]},{className:"attribute", -begin:"^\\w",end:": ",excludeEnd:!0,illegal:"\\n|\\s|=",starts:{end:"$", -relevance:0}},{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}]}} -})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf