Skip to content

pairtaghighlighter: do not stop scanning on linebreaks #914

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lpaulsen93
Copy link
Contributor

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.

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 geany#775.
@lpaulsen93
Copy link
Contributor Author

@vmkononenko: please have a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pairtaghighlighter doesn't find pair tag, if tag is split on a few lines
1 participant