From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- live/static/hl/languages/shell.min.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 live/static/hl/languages/shell.min.js (limited to 'live/static/hl/languages/shell.min.js') diff --git a/live/static/hl/languages/shell.min.js b/live/static/hl/languages/shell.min.js new file mode 100644 index 0000000..a633b14 --- /dev/null +++ b/live/static/hl/languages/shell.min.js @@ -0,0 +1,4 @@ +hljs.registerLanguage("shell",(()=>{"use strict";return s=>({ +name:"Shell Session",aliases:["console"],contains:[{className:"meta", +begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#]/,starts:{end:/[^\\](?=\s*$)/, +subLanguage:"bash"}}]})})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf