Unnamed repository; edit this file 'description' to name the repository.
Add new keyword as per PEP 695 (#10165)
| -rw-r--r-- | runtime/queries/python/highlights.scm | 1 |
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" |