From 46fe90b35b75e981f0906e75806608d4729d0288 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Sat, 22 Oct 2022 18:06:50 +0300 Subject: [PATCH] highlights(scss): fix captures --- queries/scss/highlights.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/queries/scss/highlights.scm b/queries/scss/highlights.scm index f297ca162..74a1f2326 100644 --- a/queries/scss/highlights.scm +++ b/queries/scss/highlights.scm @@ -3,11 +3,13 @@ [ "@mixin" "@media" - "@include" - "@function" ] @keyword -("@return") @keyword.return +"@function" @keyword.function + +"@return" @keyword.return + +"@include" @include [ "@while"