mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 10:56:19 +04:00
parent
49f6c2623f
commit
a1c7e55e3b
@ -1 +1 @@
|
|||||||
Subproject commit c61212414a3e95b5f7507f98e83de1d638044adc
|
Subproject commit e8dcc9d2b404c542fd236ea5f7208f90be8a6e89
|
@ -3,7 +3,7 @@
|
|||||||
; Functions
|
; Functions
|
||||||
|
|
||||||
(call_expression
|
(call_expression
|
||||||
function: (scoped_identifier
|
function: (qualified_identifier
|
||||||
name: (identifier) @function))
|
name: (identifier) @function))
|
||||||
|
|
||||||
(template_function
|
(template_function
|
||||||
@ -13,15 +13,14 @@
|
|||||||
name: (field_identifier) @function)
|
name: (field_identifier) @function)
|
||||||
|
|
||||||
(template_function
|
(template_function
|
||||||
name: (scoped_identifier
|
name: (identifier) @function)
|
||||||
|
|
||||||
|
(function_declarator
|
||||||
|
declarator: (qualified_identifier
|
||||||
name: (identifier) @function))
|
name: (identifier) @function))
|
||||||
|
|
||||||
(function_declarator
|
(function_declarator
|
||||||
declarator: (scoped_identifier
|
declarator: (qualified_identifier
|
||||||
name: (identifier) @function))
|
|
||||||
|
|
||||||
(function_declarator
|
|
||||||
declarator: (scoped_identifier
|
|
||||||
name: (identifier) @function))
|
name: (identifier) @function))
|
||||||
|
|
||||||
(function_declarator
|
(function_declarator
|
||||||
|
Loading…
Reference in New Issue
Block a user