remove yaml comment syntax highlighting - it's too aggressive

This commit is contained in:
devoncarew@google.com 2014-02-22 09:54:37 -08:00
commit 56a00f3fa0

View file

@ -86,9 +86,6 @@ var YamlHighlightRules = function() {
}, {
token : "constant.language.boolean",
regex : "(?:true|false|TRUE|FALSE|True|False|yes|no)\\b"
}, {
token : "invalid.illegal", // comments are not allowed
regex : "\\/\\/.*$"
}, {
token : "paren.lparen",
regex : "[[({]"