kopia lustrzana https://github.com/c9/core
Merge pull request +11592 from c9/fix-go-icon
[TRIVIAL] Fix Go iconpull/128/merge
commit
7b98790de2
|
@ -57,7 +57,8 @@ define(function(require, exports, module) {
|
||||||
"text/x-csharp": "page_white_csharp",
|
"text/x-csharp": "page_white_csharp",
|
||||||
"text/x-java-source": "page_white_cup",
|
"text/x-java-source": "page_white_cup",
|
||||||
"text/x-markdown": "page_white_text",
|
"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 = {
|
var contentTypes = {
|
||||||
|
@ -87,6 +88,7 @@ define(function(require, exports, module) {
|
||||||
"xhtml": "application/xhtml+xml",
|
"xhtml": "application/xhtml+xml",
|
||||||
"coffee": "text/x-script.coffeescript",
|
"coffee": "text/x-script.coffeescript",
|
||||||
"py": "text/x-script.python",
|
"py": "text/x-script.python",
|
||||||
|
"go": "text/x-go",
|
||||||
"java": "text/x-java-source",
|
"java": "text/x-java-source",
|
||||||
"logic": "text/x-logiql",
|
"logic": "text/x-logiql",
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue