1 2 3 4
// SPDX-License-Identifier: BUSL-1.1 //! Highlighting — now delegated to `nodedb-fts` via `InvertedIndex::highlight()`. //! This file is kept empty; highlight logic lives in `nodedb-fts/src/highlight.rs`.