aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python/highlights.scm')
-rw-r--r--queries/python/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm
index 0813c960b..ccbb2e79d 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -230,7 +230,7 @@
["from" "import"] @include
(aliased_import "as" @include)
-["if" "elif" "else"] @conditional
+["if" "elif" "else" "match" "case"] @conditional
["for" "while" "break" "continue"] @repeat