Fix function highlight capture to @fn

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michael Netshipise 2026-01-19 21:42:33 +02:00
parent 22b190fa14
commit cd4bb484b4
1 changed files with 3 additions and 3 deletions

View File

@ -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)