mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
fix(python): add object as @type.builtin
This commit is contained in:
parent
9b4e8c1b97
commit
9253ce66f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue