@techee commented on this pull request.


In ctags/parsers/asciidoc.c:

>  		{
-			e.extensionFields.scopeKind = &(AsciidocKinds [nl->type]);
-			e.extensionFields.scopeName = vStringValue (nl->name);
+			e.extensionFields.scopeKind = &(AsciidocKinds [parent->kind - AsciidocKinds]);
+			e.extensionFields.scopeName = parent->name;

Yeah, again copied from rst.c, probably unnecessary.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.