From abc0de079b895af1b705894eb2b63596e3e37274 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 13 Dec 2022 20:44:08 -0600 Subject: add pyssg.xyz configs and templates --- pyssg.xyz/live/static/hl/languages/http.min.js | 9 +++++++++ 1 file changed, 9 insertions(+) create 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 new file mode 100644 index 0000000..cb94cce --- /dev/null +++ b/pyssg.xyz/live/static/hl/languages/http.min.js @@ -0,0 +1,9 @@ +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