[Github-comments] [geany/geany-plugins] pairtaghighlighter: do not stop scanning on linebreaks (#914)

LarsGit223 notifications at xxxxx
Tue Oct 1 17:55:35 UTC 2019


Before this change the plugin stopped scanning for a tag on the start or the end of a line. Therefore tags which were split over multiple lines were not recognized. With this change the plugin scans forward or backward up to a certain limit and does not stop on a linebreak. The default limit is 1024 bytes but it can be changed by configuration if required. Fixes #775.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany-plugins/pull/914

-- Commit Summary --

  * pairtaghighlighter: do not stop scanning on linebreaks

-- File Changes --

    M pairtaghighlighter/src/pair_tag_highlighter.c (163)

-- Patch Links --

https://github.com/geany/geany-plugins/pull/914.patch
https://github.com/geany/geany-plugins/pull/914.diff

-- 
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-plugins/pull/914
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191001/455192dd/attachment.html>


More information about the Github-comments mailing list