mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix(jsx): add missing indent end mark to elements
This commit is contained in:
parent
8c71c6c5ed
commit
2cd89b4bc3
6 changed files with 98 additions and 1 deletions
10
tests/indent/jsx/issue-3986.jsx
Normal file
10
tests/indent/jsx/issue-3986.jsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<p>This is a test</p>
|
||||
</div>
|
||||
<Button/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue