diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index b41d36891..9369d7877 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -49,6 +49,8 @@ name: (identifier) @function) (type (identifier) @type) +(subscript + (identifier) @type) ; type subscript: Tuple[int] ((call function: (identifier) @isinstance