mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
feat: add scss parser
This commit is contained in:
parent
1f00ecdfa3
commit
8ac8f2c39b
3 changed files with 54 additions and 0 deletions
7
queries/scss/indents.scm
Normal file
7
queries/scss/indents.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
; inherits: css
|
||||
|
||||
[
|
||||
(mixin_statement)
|
||||
(while_statement)
|
||||
(each_statement)
|
||||
] @indent
|
||||
Loading…
Add table
Add a link
Reference in a new issue