mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 00:10:04 -04:00
fix(html): fix wrong indents for script/style tags
This commit is contained in:
parent
28baed7698
commit
8c71c6c5ed
6 changed files with 91 additions and 2 deletions
4
tests/indent/html/issue-3986.html
Normal file
4
tests/indent/html/issue-3986.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<div>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue