fixed changed JS instead of Ruby

This commit is contained in:
Heigh Tech LLC 2011-01-30 02:31:59 +01:00
commit 54507f44e7

View file

@ -67,7 +67,7 @@ JavaScriptHighlightRules = function() {
"start" : [
{
token : "comment",
regex : "/#.*$/"
regex : "\\/\\/.*$"
},
docComment.getStartRule("doc-start"),
{