Merge pull request #1826 from devoncarew/master

remove yaml comment syntax highlighting - it's too aggressive
This commit is contained in:
Harutyun Amirjanyan 2014-02-22 23:00:56 +04:00
commit bfba4f1efd

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 : "[[({]"