From f58cae6c228e26681039253cb172de16cd764408 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Tue, 23 Apr 2024 12:23:15 -0700 Subject: feat: more `@keyword.type` captures --- queries/python/highlights.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'queries/python') diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 4737fd401..663fccf55 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -300,7 +300,6 @@ [ "assert" - "class" "exec" "global" "nonlocal" @@ -308,9 +307,13 @@ "print" "with" "as" - "type" ] @keyword +[ + "type" + "class" +] @keyword.type + [ "async" "await" -- cgit v1.2.3-70-g09d2