techee commented on this pull request.
> {
- 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 or view it on GitHub:
https://github.com/geany/geany/pull/1263