Fix function highlight capture to @fn
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
22b190fa14
commit
cd4bb484b4
|
|
@ -35,9 +35,9 @@
|
|||
(generic_type (rust_path) @type)
|
||||
|
||||
; Functions
|
||||
(function_definition (identifier) @function)
|
||||
(function_path) @function
|
||||
(method_call (identifier) @function)
|
||||
(function_definition (identifier) @fn)
|
||||
(function_path) @fn
|
||||
(method_call (identifier) @fn)
|
||||
|
||||
; Parameters
|
||||
(parameter (identifier) @variable)
|
||||
|
|
|
|||
Loading…
Reference in New Issue