mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
parent
0f43bd9293
commit
6d352a0efc
1 changed files with 4 additions and 0 deletions
|
|
@ -121,6 +121,10 @@
|
|||
(function_call (identifier) @function . (arguments))
|
||||
(function_call (field_expression (property_identifier) @function) . (arguments))
|
||||
|
||||
;; Parameters
|
||||
(parameters
|
||||
(identifier) @parameter)
|
||||
|
||||
;; Nodes
|
||||
(table ["{" "}"] @constructor)
|
||||
(comment) @comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue