parent
2269c42dde
commit
e129043c98
@ -135,6 +135,10 @@ static void emitRubyTag (vString* name, rubyKind kind)
|
||||
tagEntryInfo tag;
|
||||
vString* scope;
|
||||
|
||||
if (!RubyKinds[kind].enabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
vStringTerminate (name);
|
||||
scope = stringListToScope (nesting);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user