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

allow newlines within property values #43

Merged
merged 1 commit into from
Oct 25, 2016
Merged

Conversation

MarcPorciuncula
Copy link
Collaborator

I noticed less than slash wasn't closing some of my JSX, for example if I type

<div
  style={{
    height: '100%',
    display: 'flex',
    justifyContent: 'space-around',
    alignItems: 'center',
  }}
>
  Blah
</

It won't complete the tag.

The xml parser should now match any character within a property value.

@mrhanlon mrhanlon merged commit 34c50e2 into master Oct 25, 2016
@mrhanlon
Copy link
Owner

@MarcoThePoro sorry for the slowness. I recently started a new job, so I've been swamped! I'll try to get a release out that includes this ASAP.

@mrhanlon mrhanlon deleted the multiline-property-values branch January 22, 2018 04:24
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