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/diff.min.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pyssg.xyz/live/static/hl/languages/diff.min.js (limited to 'pyssg.xyz/live/static/hl/languages/diff.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/diff.min.js b/pyssg.xyz/live/static/hl/languages/diff.min.js new file mode 100644 index 0000000..bd26735 --- /dev/null +++ b/pyssg.xyz/live/static/hl/languages/diff.min.js @@ -0,0 +1,9 @@ +hljs.registerLanguage("diff",(()=>{"use strict";return e=>({name:"Diff", +aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{ +begin:/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{ +begin:/^--- +\d+,\d+ +----$/}]},{className:"comment",variants:[{begin:/Index: /, +end:/$/},{begin:/^index/,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^-{3}/,end:/$/ +},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/},{ +begin:/^diff --git/,end:/$/}]},{className:"addition",begin:/^\+/,end:/$/},{ +className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/, +end:/$/}]})})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf