remove the invalid rule from the go syntax file

This commit is contained in:
Devon Carew 2014-06-28 22:21:52 -07:00
commit f8b7dce3e0

View file

@ -72,9 +72,6 @@ define(function(require, exports, module) {
}, {
token : "paren.rparen",
regex : "[\\])}]"
}, {
token: "invalid",
regex: "\\s+$"
}, {
token : "text",
regex : "\\s+"