sway_lsp::handlers::request

Function handle_document_highlight

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