mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
parent
49f6c2623f
commit
a1c7e55e3b
@ -1 +1 @@
|
||||
Subproject commit c61212414a3e95b5f7507f98e83de1d638044adc
|
||||
Subproject commit e8dcc9d2b404c542fd236ea5f7208f90be8a6e89
|
@ -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…
Reference in New Issue
Block a user