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

2019-10-08 Thread LarsGit223
@vmkononenko: please have a look.

-- 
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#issuecomment-539587374

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

2019-10-01 Thread LarsGit223
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