Merge pull request #2021 from devoncarew/master

remove the invalid rule from the go syntax file
This commit is contained in:
Harutyun Amirjanyan 2014-06-29 09:48:51 +04:00
commit 416f5582e8

View file

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