Skip to content

Commit bfba4f1

Browse files
committed
Merge pull request ajaxorg#1826 from devoncarew/master
remove yaml comment syntax highlighting - it's too aggressive
2 parents 08454b7 + 56a00f3 commit bfba4f1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/ace/mode/yaml_highlight_rules.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ var YamlHighlightRules = function() {
8686
}, {
8787
token : "constant.language.boolean",
8888
regex : "(?:true|false|TRUE|FALSE|True|False|yes|no)\\b"
89-
}, {
90-
token : "invalid.illegal", // comments are not allowed
91-
regex : "\\/\\/.*$"
9289
}, {
9390
token : "paren.lparen",
9491
regex : "[[({]"

0 commit comments

Comments
 (0)