Skip to content

Fix js interpolated string termination #39

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

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

deathaxe
Copy link
Member

This commit adds dedicated embedded JS syntax definitions for single and double quoted attribute values to ensure both,

  1. correctly terminating attribute values on given quotation mark found in top-level expression instead of pushing into a JS string context.
  2. maintain nested quotation highlighting

Note: primary trigger were empty directive values not being derminated.

This commit adds dedicated embedded JS syntax definitions for single and double
quoted attribute values to ensure both,
1. correctly terminating attribute values on given quotation mark
   found in top-level expression instead of pushing into a JS string context.
2. maintain nested quotation highlighting
@FichteFoll FichteFoll merged commit ac4a92f into main Nov 24, 2024
6 checks passed
@FichteFoll FichteFoll deleted the fix/directive-value-termination branch November 24, 2024 18:52
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.

2 participants