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
@vmkononenko: please have a look.
github-comments@lists.geany.org