mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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"
|
"@mixin"
|
||||||
"@media"
|
"@media"
|
||||||
"@include"
|
|
||||||
"@function"
|
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
("@return") @keyword.return
|
"@function" @keyword.function
|
||||||
|
|
||||||
|
"@return" @keyword.return
|
||||||
|
|
||||||
|
"@include" @include
|
||||||
|
|
||||||
[
|
[
|
||||||
"@while"
|
"@while"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue