Regenerate nvim config
This commit is contained in:
11
config/neovim/store/nvim-treesitter/queries/css/indents.scm
Normal file
11
config/neovim/store/nvim-treesitter/queries/css/indents.scm
Normal file
@ -0,0 +1,11 @@
|
||||
[
|
||||
(block)
|
||||
(declaration)
|
||||
] @indent.begin
|
||||
|
||||
(block
|
||||
"}" @indent.branch)
|
||||
|
||||
"}" @indent.dedent
|
||||
|
||||
(comment) @indent.ignore
|
||||
Reference in New Issue
Block a user