lib/gollum/public/gollum/livepreview/js/ace/lib/ace/mode/less_highlight_rules.js in gollum-3.1.2 vs lib/gollum/public/gollum/livepreview/js/ace/lib/ace/mode/less_highlight_rules.js in gollum-3.1.3

- old
+ new

@@ -175,11 +175,10 @@ token : "comment", regex : "\\/\\/.*$" }, { token : "comment", // multi line comment - merge : true, regex : "\\/\\*", next : "comment" }, { token : "string", // single line regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]' @@ -246,19 +245,20 @@ token : "paren.rparen", regex : "[\\])}]" }, { token : "text", regex : "\\s+" + }, { + caseInsensitive: true } ], "comment" : [ { token : "comment", // closing comment regex : ".*?\\*\\/", next : "start" }, { token : "comment", // comment spanning whole line - merge : true, regex : ".+" } ] }; };