Skip to content

Commit

Permalink
Make note about keeping Highlighter up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Nov 23, 2023
1 parent 051e5f0 commit f17baad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Neon/Highlighter.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import Foundation
import Rearrange

/// Manages highlighting state for a `TextSystemInterface`.
///
/// > Note: A Highlighter must be informed of all text content changes made using `didChangeContent(in:, delta:)`.
public class Highlighter {
public var textInterface: TextSystemInterface

Expand Down

0 comments on commit f17baad

Please sign in to comment.