From da7e34735f3811da300ed56c504a171e3e407de9 Mon Sep 17 00:00:00 2001 From: a73x Date: Sat, 31 Aug 2024 19:08:31 +0100 Subject: chore(html): removed js for go chroma --- public/static/highlight.go.js | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 public/static/highlight.go.js (limited to 'public/static/highlight.go.js') diff --git a/public/static/highlight.go.js b/public/static/highlight.go.js deleted file mode 100644 index d851930..0000000 --- a/public/static/highlight.go.js +++ /dev/null @@ -1,20 +0,0 @@ -/*! `go` grammar compiled for Highlight.js 11.10.0 */ -(()=>{var e=(()=>{"use strict";return e=>{const a={ - keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"], - type:["bool","byte","complex64","complex128","error","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:a,illegal:"