removed docComment

This commit is contained in:
Heigh Tech LLC 2011-02-01 20:33:51 +01:00
commit 25288442f4

View file

@ -73,9 +73,7 @@ RubyHighlightRules = function() {
{
token : "comment",
regex : "#.*$"
},
docComment.getStartRule("doc-start"),
{
}, {
token : "string.regexp",
regex : "[/](?:(?:\\[(?:\\\\]|[^\\]])+\\])|(?:\\\\/|[^\\]/]))*[/]\\w*\\s*(?=[).,;]|$)"
}, {