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: update tag patterns to support new XML TS tags #165

Closed
wants to merge 1 commit into from

Conversation

PriceHiller
Copy link
Collaborator

It seems the upstream Treesitter tags for xml was updated and is no longer 100% identical to the html syntax tree.

XML Tree according to :InspectTree

image

HTML Tree according to :InspectTree

image

Notice the tags now differ between the two.

Closes #163

@ydalton
Copy link
Contributor

ydalton commented Apr 1, 2024

Yep, applying this patch fixes the issue.

@PriceHiller
Copy link
Collaborator Author

Hey @windwp, pinging you to get your thoughts on this PR if you have time.

It's been working well for me this far.

Thanks 🙂

@PriceHiller
Copy link
Collaborator Author

For anyone subscribed to this PR, please see my comment: #163 (comment)

Gist is I'll be maintaining a fork @ https://github.com/PriceHiller/nvim-ts-autotag/ until such a time the author comes back.

@PriceHiller
Copy link
Collaborator Author

Closed in favor of #173

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.

Doesn't close tags in XML
2 participants