fixed removed wrong line
This commit is contained in:
parent
b73a8fa1fd
commit
9de71274a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue