mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
Added fix for incorrect CSS indent after closing bracket
Added a failing test for possible broken CSS syntax tree
This commit is contained in:
parent
831be7f097
commit
b1380560a0
5 changed files with 35 additions and 3 deletions
3
tests/indent/css/next_rule.css
Normal file
3
tests/indent/css/next_rule.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.testo {
|
||||
color: green;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue