diff options
Diffstat (limited to 'queries/python/highlights.scm')
| -rw-r--r-- | queries/python/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
