nvim-treesitter/queries/css/indents.scm

12 lines
120 B
Scheme
Raw Normal View History

2020-12-02 21:11:27 +07:00
[
(block)
(declaration)
] @indent.begin
2020-12-02 21:11:27 +07:00
2024-01-06 15:05:50 +09:00
(block
2024-01-21 22:05:44 +09:00
"}" @indent.branch)
2024-01-06 15:05:50 +09:00
2024-01-21 22:05:44 +09:00
"}" @indent.dedent
2020-12-02 21:11:27 +07:00
(comment) @indent.ignore