mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Highlight complete type definition
This commit is contained in:
parent
dc324e44ad
commit
0e80b89935
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@
|
|||
name: (identifier) @function)
|
||||
|
||||
(type (identifier) @type)
|
||||
(subscript
|
||||
(identifier) @type) ; type subscript: Tuple[int]
|
||||
|
||||
((call
|
||||
function: (identifier) @isinstance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue