Unnamed repository; edit this file 'description' to name the repository.
Add new keyword as per PEP 695 (#10165)
Karem Abdul-Samad 2024-04-05
parent 5f44890 · commit d053886
-rw-r--r--runtime/queries/python/highlights.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm
index 1bded952..0a082f2f 100644
--- a/runtime/queries/python/highlights.scm
+++ b/runtime/queries/python/highlights.scm
@@ -210,6 +210,7 @@
"global"
"nonlocal"
"print"
+ "type"
] @keyword
[
"and"