summaryrefslogtreecommitdiffstats
path: root/static/js/google-code-prettify/lang-go.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/google-code-prettify/lang-go.js')
-rw-r--r--static/js/google-code-prettify/lang-go.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/google-code-prettify/lang-go.js b/static/js/google-code-prettify/lang-go.js
deleted file mode 100644
index fc18dc0..0000000
--- a/static/js/google-code-prettify/lang-go.js
+++ /dev/null
@@ -1 +0,0 @@
-PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xa0]+/,null,"\t\n\r Â\xa0"],["pln",/^(?:"(?:[^"\\]|\\[\S\s])*(?:"|$)|'(?:[^'\\]|\\[\S\s])+(?:'|$)|`[^`]*(?:`|$))/,null,"\"'"]],[["com",/^(?:\/\/[^\n\r]*|\/\*[\S\s]*?\*\/)/],["pln",/^(?:[^"'/`]|\/(?![*/]))+/]]),["go"]);