fixed one more thing, forgotten from last commit

This commit is contained in:
Heigh Tech LLC 2011-02-01 14:47:03 +01:00
commit b73a8fa1fd

View file

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