mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 21:00:08 -04:00
feat: @constructor.call
This commit is contained in:
parent
0e21ee8df6
commit
fc6b77b443
15 changed files with 54 additions and 53 deletions
|
|
@ -387,13 +387,13 @@
|
|||
attribute: (identifier) @function.method.call))
|
||||
|
||||
((call
|
||||
function: (identifier) @constructor)
|
||||
(#lua-match? @constructor "^%u"))
|
||||
function: (identifier) @constructor.call)
|
||||
(#lua-match? @constructor.call "^%u"))
|
||||
|
||||
((call
|
||||
function: (attribute
|
||||
attribute: (identifier) @constructor))
|
||||
(#lua-match? @constructor "^%u"))
|
||||
attribute: (identifier) @constructor.call))
|
||||
(#lua-match? @constructor.call "^%u"))
|
||||
|
||||
; Builtin functions
|
||||
((call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue