Skip to content

Commit

Permalink
Update helix-term/src/ui/document.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
  • Loading branch information
pascalkuthe and the-mikedavis committed Apr 9, 2024
1 parent fd163f1 commit bb63ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helix-term/src/ui/document.rs
Expand Up @@ -35,9 +35,9 @@ impl<F: FnMut(&mut TextRenderer, LinePos)> LineDecoration for F {

#[derive(Debug, PartialEq, Eq, Clone, Copy)]
enum StyleIterKind {
/// base highlights (usually emitted by TS), byte indecies (potentially not codepoint aligned)
/// base highlights (usually emitted by TS), byte indices (potentially not codepoint aligned)
BaseHighlights,
/// overaly highlights (emitted by cumstom code from selections), char indecies
/// overlay highlights (emitted by custom code from selections), char indices
Overlay,
}

Expand Down

0 comments on commit bb63ee9

Please sign in to comment.