format
This commit is contained in:
parent
652dec950c
commit
cd9307b597
1 changed files with 1 additions and 2 deletions
|
|
@ -293,8 +293,7 @@ impl HighlightConfiguration {
|
|||
///
|
||||
/// When highlighting, results are returned as `Highlight` values, which contain the index
|
||||
/// of the matched highlight this list of highlight names.
|
||||
pub fn configure(&mut self, recognized_names: &[impl AsRef<str>])
|
||||
{
|
||||
pub fn configure(&mut self, recognized_names: &[impl AsRef<str>]) {
|
||||
let mut capture_parts = Vec::new();
|
||||
self.highlight_indices.clear();
|
||||
self.highlight_indices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue