feat: @constructor.call

This commit is contained in:
Jaehwang Jung 2025-04-13 16:04:22 +09:00
parent 0e21ee8df6
commit fc6b77b443
15 changed files with 54 additions and 53 deletions

View file

@ -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