[Github-comments] [geany/geany] Sync ctags with upstream so that most parsers can be copied from uctags (#2018)
Jiří Techet
notifications at xxxxx
Fri Dec 21 10:26:50 UTC 2018
techee commented on this pull request.
> static TMParserMapEntry map_ASCIIDOC[] = {
- {'n', tm_tag_namespace_t},
- {'m', tm_tag_member_t},
- {'d', tm_tag_macro_t},
- {'v', tm_tag_variable_t},
- {'s', tm_tag_struct_t},
+ {'c', tm_tag_namespace_t},
+ {'s', tm_tag_member_t},
+ {'S', tm_tag_macro_t},
+ {'t', tm_tag_variable_t},
+ {'T', tm_tag_struct_t},
+ {'u', tm_tag_undef_t},
+ {'a', tm_tag_undef_t},
Yes, that's the reason - I disabled them intentionally for now. We didn't have these two in the parser before and I didn't want to spend time exploring what exactly would happen with them in the sidebar if we mapped them to something existing. Can be improved in the future.
--
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/2018#discussion_r243543605
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181221/29e3a730/attachment.html>
More information about the Github-comments
mailing list