Highlight complete type definition

This commit is contained in:
Stephan Seitz 2020-07-08 17:47:39 +02:00 committed by Thomas Vigouroux
parent dc324e44ad
commit 0e80b89935

View file

@ -49,6 +49,8 @@
name: (identifier) @function)
(type (identifier) @type)
(subscript
(identifier) @type) ; type subscript: Tuple[int]
((call
function: (identifier) @isinstance