From 2a5f6c9eb733a5a847bb1890f620658547033515 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Wed, 22 Nov 2023 14:53:56 -0800 Subject: [PATCH] fix(css): tweak operator keyword highlights --- queries/css/highlights.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/queries/css/highlights.scm b/queries/css/highlights.scm index 8a7cba160..383d6b7dc 100644 --- a/queries/css/highlights.scm +++ b/queries/css/highlights.scm @@ -34,11 +34,14 @@ "~=" "$=" "*=" + ] @operator + +[ "and" "or" "not" "only" - ] @operator + ] @keyword.operator (important) @type.qualifier