From 9253ce66f9f0a7b5d8e0b0373d228688b3c4d5cd Mon Sep 17 00:00:00 2001 From: Anthony Shi <69449791+anthony-S93@users.noreply.github.com> Date: Wed, 22 Mar 2023 15:07:50 +0800 Subject: fix(python): add object as `@type.builtin` --- queries/python/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queries/python') 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 -- cgit v1.2.3-70-g09d2