pub async fn handle_document_highlight(
state: &ServerState,
params: DocumentHighlightParams,
) -> Result<Option<Vec<DocumentHighlight>>>
pub async fn handle_document_highlight(
state: &ServerState,
params: DocumentHighlightParams,
) -> Result<Option<Vec<DocumentHighlight>>>