fixed one more thing, forgotten from last commit
This commit is contained in:
parent
d01e358790
commit
b73a8fa1fd
1 changed files with 0 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue