mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
fix(dart): update indents from upstream (#4924)
This commit is contained in:
parent
33eb472b45
commit
46ddea9dec
3 changed files with 6 additions and 3 deletions
|
|
@ -18,7 +18,10 @@
|
|||
(#set! indent.immediate 1)
|
||||
(#set! indent.start_at_same_line 1))
|
||||
|
||||
(switch_label) @indent.branch
|
||||
[
|
||||
(switch_statement_case)
|
||||
(switch_statement_default)
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
"("
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue