[Github-comments] [geany/geany] Sync ctags with upstream so that most parsers can be copied from uctags (#2018)
Jiří Techet
notifications at xxxxx
Mon Jan 14 18:38:50 UTC 2019
techee commented on this pull request.
> {
- const kindOption *kindOpt;
-
- if (hasRegexKind (language, kind))
- return isRegexKindEnabled (language, kind);
- else if (hasXcmdKind (language, kind))
- return isXcmdKindEnabled (language, kind);
The new code is how it looks upstream. I don't think the original code very relevant for us - it just checks some command line options to see if the parser is enabled.
--
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_r247608408
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190114/61e4d105/attachment.html>
More information about the Github-comments
mailing list