aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/scss/highlights.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/queries/scss/highlights.scm b/queries/scss/highlights.scm
index 74a1f2326..2e6de820f 100644
--- a/queries/scss/highlights.scm
+++ b/queries/scss/highlights.scm
@@ -1,8 +1,14 @@
; inherits: css
[
+ "@at-root"
+ "@debug"
+ "@error"
+ "@extend"
+ "@forward"
"@mixin"
- "@media"
+ "@use"
+ "@warn"
] @keyword
"@function" @keyword.function