mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 04:17:43 +03:00
parent
49f6c2623f
commit
a1c7e55e3b
2 changed files with 7 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
; Functions
|
||||
|
||||
(call_expression
|
||||
function: (scoped_identifier
|
||||
function: (qualified_identifier
|
||||
name: (identifier) @function))
|
||||
|
||||
(template_function
|
||||
|
@ -13,15 +13,14 @@
|
|||
name: (field_identifier) @function)
|
||||
|
||||
(template_function
|
||||
name: (scoped_identifier
|
||||
name: (identifier) @function)
|
||||
|
||||
(function_declarator
|
||||
declarator: (qualified_identifier
|
||||
name: (identifier) @function))
|
||||
|
||||
(function_declarator
|
||||
declarator: (scoped_identifier
|
||||
name: (identifier) @function))
|
||||
|
||||
(function_declarator
|
||||
declarator: (scoped_identifier
|
||||
declarator: (qualified_identifier
|
||||
name: (identifier) @function))
|
||||
|
||||
(function_declarator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue