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/go.min.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 live/static/hl/languages/go.min.js (limited to 'live/static/hl/languages/go.min.js') diff --git a/live/static/hl/languages/go.min.js b/live/static/hl/languages/go.min.js new file mode 100644 index 0000000..030efe4 --- /dev/null +++ b/live/static/hl/languages/go.min.js @@ -0,0 +1,11 @@ +hljs.registerLanguage("go",(()=>{"use strict";return e=>{const n={ +keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune", +literal:"true false iota nil", +built_in:"append cap close complex copy imag len make new panic print println real recover delete" +};return{name:"Go",aliases:["golang"],keywords:n,illegal:"