mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -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,8 +3,7 @@
|
|||
(declaration)
|
||||
] @indent
|
||||
|
||||
[
|
||||
"}"
|
||||
] @branch
|
||||
(block ("}") @branch)
|
||||
("}") @dedent
|
||||
|
||||
(comment) @ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue