Skip to content

Fix nested perl quote operator highlights.#342

Open
ira-peach wants to merge 1 commit into
vim-perl:devfrom
ira-peach:fix-quoteop-highlight
Open

Fix nested perl quote operator highlights.#342
ira-peach wants to merge 1 commit into
vim-perl:devfrom
ira-peach:fix-quoteop-highlight

Conversation

@ira-peach

Copy link
Copy Markdown

The original syntax highlighting would break on a quote operator string like:

q[Some string literal over here [another_word or sentence]]

It would highlight several additional lines until it met what would be an extra bracket.

Fixes #341.

The original syntax highlighting would break on a quote operator string
like:

    q[Some string literal over here [another_word or sentence]]

It would highlight several additional lines until it met what would be
an extra bracket.
@bpj

bpj commented Jun 22, 2024

Copy link
Copy Markdown

I got this suddenly today without any changes to my setup that I'm aware of. Weird! Anyway the fix seems to work. I don't like to apply unmerged changes locally though!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quote operator highlight overruns when using nested quote operators

2 participants