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

Add support of curly braces for attributes in markup #1

Merged
merged 4 commits into from
Aug 24, 2020

Conversation

alexprey
Copy link
Owner

This fix introduce a support of curly braces for attribute values in HTML markup, that can be useful to handle Svelte likes markups

<button on:click={() => handleClick()}>Button</button>

Original issue: fb55#545
Related issue: KatChaotic/sveltedoc-parser#28

@alexprey alexprey changed the title WIP: Add support of curly braces for attributes in markup Add support of curly braces for attributes in markup Aug 24, 2020
@alexprey alexprey marked this pull request as ready for review August 24, 2020 16:32
@alexprey alexprey merged commit 9255358 into master Aug 24, 2020
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.

1 participant