mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
css: add indent support
This commit is contained in:
parent
ab808e8495
commit
37da1c0a30
1 changed files with 9 additions and 0 deletions
9
queries/css/indents.scm
Normal file
9
queries/css/indents.scm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
(block)
|
||||
(declaration)
|
||||
] @indent
|
||||
|
||||
[
|
||||
"}"
|
||||
] @branch
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue