Skip to content
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

fix(regression): form interpreted as pugScriptLoopRegion #119

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

fix(regression): form interpreted as pugScriptLoopRegion #119

wants to merge 1 commit into from

Conversation

joaumg
Copy link

@joaumg joaumg commented May 31, 2019

On the commit 8623141, it was added
the each keyword to the vim-pug syntax/plug.vim

However, it doesn't check if there is a m after for, making form a
pugScriptLoopRegion instead of a htmlTagName.

A single space fixes the issue.

Before:
image

After:
image

On the commit 8623141, there was added
the `each` keyword to the vim-pug syntax/plug.vim

However, it doesn't check if there is a `m` after `for`, making `form` a
`pugScriptLoopRegion` instead of a `htmlTagName`
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.

None yet

1 participant