fixed removed wrong line

This commit is contained in:
Heigh Tech LLC 2011-02-01 14:50:59 +01:00
commit 9de71274a0

View file

@ -110,7 +110,7 @@ RubyHighlightRules = function() {
else if (buildinConstants[value])
return "constant.language";
else if (builtinVariables[value])
return "invalid.illegal";
return "variable.language";
else if (builtinFunctions[value])
return "support.function";
else if (value == "debugger")