pub(super) async fn provide_document_highlights_impl(
application_handle: AppHandle<Wry>,
uri: String,
position: Value,
) -> Result<Value, String>Expand description
Implementation of document highlights command - called by the command wrapper in the parent module.