and select keyword

This commit is contained in:
Zef Hemel 2013-09-10 10:55:14 +02:00
commit 347be370fe

View file

@ -5,7 +5,7 @@ define(function(require, exports, module) {
var GolangHighlightRules = function() {
var keywords = (
"else|break|case|return|goto|if|const|" +
"else|break|case|return|goto|if|const|select|" +
"continue|struct|default|switch|for|range|" +
"func|import|package|chan|defer|fallthrough|go|interface|map|range" +
"select|type|var"