From 825d9c67078ad5a404e21489fd6567842c543aad Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Thu, 14 Jan 2016 15:35:05 +0000 Subject: [PATCH] Fix Go icon --- plugins/c9.core/util.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/c9.core/util.js b/plugins/c9.core/util.js index 3ce82161..0fdeb788 100644 --- a/plugins/c9.core/util.js +++ b/plugins/c9.core/util.js @@ -57,7 +57,8 @@ define(function(require, exports, module) { "text/x-csharp": "page_white_csharp", "text/x-java-source": "page_white_cup", "text/x-markdown": "page_white_text", - "text/x-xquery": "page_white_code" + "text/x-xquery": "page_white_code", + "text/x-go": "page_white_code", }; var contentTypes = { @@ -87,6 +88,7 @@ define(function(require, exports, module) { "xhtml": "application/xhtml+xml", "coffee": "text/x-script.coffeescript", "py": "text/x-script.python", + "go": "text/x-go", "java": "text/x-java-source", "logic": "text/x-logiql",