mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
fix(indents): indents for error block (css, lua) (#3207)
This commit is contained in:
parent
223a58bfca
commit
d7f06bfb13
6 changed files with 24 additions and 12 deletions
|
|
@ -10,3 +10,5 @@ else
|
|||
end
|
||||
x = 0
|
||||
end
|
||||
|
||||
if x > 2 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue