mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(scss): fix captures
This commit is contained in:
parent
7294e534d2
commit
46fe90b35b
1 changed files with 5 additions and 3 deletions
|
|
@ -3,11 +3,13 @@
|
|||
[
|
||||
"@mixin"
|
||||
"@media"
|
||||
"@include"
|
||||
"@function"
|
||||
] @keyword
|
||||
|
||||
("@return") @keyword.return
|
||||
"@function" @keyword.function
|
||||
|
||||
"@return" @keyword.return
|
||||
|
||||
"@include" @include
|
||||
|
||||
[
|
||||
"@while"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue