aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python')
-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 d25448000..86cb46b5a 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -47,7 +47,7 @@
"FutureWarning" "ImportWarning" "UnicodeWarning" "BytesWarning" "ResourceWarning"
;; https://docs.python.org/3/library/stdtypes.html
"bool" "int" "float" "complex" "list" "tuple" "range" "str"
- "bytes" "bytearray" "memoryview" "set" "frozenset" "dict" "type"))
+ "bytes" "bytearray" "memoryview" "set" "frozenset" "dict" "type" "object"))
((assignment
left: (identifier) @type.definition