remove yaml comment syntax highlighting - it's too aggressive
This commit is contained in:
parent
08454b7ecb
commit
56a00f3fa0
1 changed files with 0 additions and 3 deletions
|
|
@ -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 : "[[({]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue