-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extra tags in multiline regex tables #2795
Comments
Thank you very much. You are correct. Can I ask you to make a pull request for this?
Could you add a test case I wrote to the pull request? |
I wonder how do you find this bug because |
I am currently working on a parser for Markdown wiki links and Pandoc citations in Markdown files for a Zettelkasten (slip box). This is why I have found the bug, because I have defined an extra flag there. My goal is rather unusual for Universal ctags, I believe. I want to follow links and citations inside a Zettelkasten with the help of tags. |
Are you extending optlib/markdown.ctags or writing a new markdown parser from scratch? I have tried to tag links in a markdown file. However, I found it is not so easy. [link-I-would-like-to-tag] (URL) Though the markdown parser in u-ctags is written in If you feel the current version of u-ctags is not enough for your goal, rememer #2794. I'm implementing a general purpose interpreter to u-ctags command line. |
Fixed by your pull request. Thank you. |
It seems that you may be an elisp hacker, so you may be interested in https://github.com/AmaiKinono/citre . |
Multiline regex tables do not support conditional tagging with extra. The following patch seems to solve the problem, but I do not know if there are drawbacks.
The text was updated successfully, but these errors were encountered: