and select keyword
This commit is contained in:
parent
ff93d54adc
commit
347be370fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue