windwp / nvim-ts-autotag

Use treesitter to auto close and auto rename html tag
MIT License
1.69k stars 90 forks source link

Fix JSX autotag inside nested elements #52

Closed edwarmv closed 2 years ago

edwarmv commented 2 years ago

Actually nvim-ts-autotag doesn't work when we try to use it inside a nested element e.g.

<AppContext.Provider>
  <div>
      ^^^^^^ here fails due to missing nested_identifier node at end_name_tag_pattern
</AppContext.Provider>