This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-07 14:00:00 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
08092ecc06
nvim-treesitter
/
queries
/
css
/
indents.scm
10 lines
94 B
Scheme
Raw
Normal View
History
Unescape
Escape
css: add indent support
2020-12-02 21:11:27 +07:00
[
(
block
)
(
declaration
)
]
@indent
Added fix for incorrect CSS indent after closing bracket Added a failing test for possible broken CSS syntax tree
2022-03-18 14:13:27 -07:00
(
block
(
"}"
)
@branch
)
(
"}"
)
@dedent
css: add indent support
2020-12-02 21:11:27 +07:00
feat: use @ignore for comments and multiline strings
2021-03-01 20:20:37 +07:00
(
comment
)
@ignore
Reference in a new issue
Copy permalink