[Golang] Forgot |

This commit is contained in:
Zef Hemel 2013-09-13 16:14:44 +02:00
commit 4e748341fc

View file

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