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: keep lexer plugins inside tag interpolation #3296

Merged
merged 1 commit into from Feb 28, 2021

Conversation

rhendric
Copy link
Contributor

@rhendric rhendric commented Oct 9, 2020

Fixes #3295.

@rollingversions
Copy link

rollingversions bot commented Oct 9, 2020

pug-lexer (5.0.0 → 5.0.1)

Bug Fixes

  • Lexer plugins are not dropped inside tag interpolation

    You can use tag interpolation to embed tags in long strings, e.g.

    p.
      This is a #[strong long] string of text.

    Previously, lexer plugins would not work within the #[...] interpolation.

Packages With No Changes

The following packages have no user facing changes, so won't be released:

  • pug
  • pug-attrs
  • pug-code-gen
  • pug-error
  • pug-filters
  • pug-linker
  • pug-load
  • pug-parser
  • pug-runtime
  • pug-strip-comments
  • pug-walk

Edit changelogs

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.

Tag interpolation drops lexer plugins
2 participants