Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 533802 - Single line comment sytnax highlight fails if comment co…
…ntains separator symbol
  • Loading branch information
grant-g committed Apr 19, 2018
1 parent 3e59627 commit e852873
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ define("orion/editor/stylers/text_x-yaml/syntax", [], function() {
],
repository: {
numberSignComment: {
begin: {match: "(?:^|\\s)#", literal: "#"},
begin: {match: "(?:^|\\s+)#", literal: "#"},
end: {match: "$", literal: ""},
name: "comment.line.number-sign.yaml",
patterns: [
Expand Down

0 comments on commit e852873

Please sign in to comment.