tantivy
tantivy copied to clipboard
Add possibility to set up highlighten prefix and postfix for snippet
This PR adds a possibility to change highlight prefix and postfix for snippets.
Thank you for review! Did these fixes and reduced test.
@fulmicoton hi, what the status with this feature?
@PSeitz hey, can you help with review, please?
Codecov Report
Merging #1422 (80d764e) into main (0eafbaa) will increase coverage by
0.01%
. The diff coverage is100.00%
.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## main #1422 +/- ##
==========================================
+ Coverage 94.47% 94.48% +0.01%
==========================================
Files 319 319
Lines 59404 59460 +56
==========================================
+ Hits 56119 56178 +59
+ Misses 3285 3282 -3
Impacted Files | Coverage Δ | |
---|---|---|
src/snippet/mod.rs | 95.16% <100.00%> (+1.59%) |
:arrow_up: |
@lavrd Thanks!