diff --git a/Sources/Neon/Token.swift b/Sources/Neon/Token.swift index da56b9a..1204b79 100644 --- a/Sources/Neon/Token.swift +++ b/Sources/Neon/Token.swift @@ -2,6 +2,9 @@ import Foundation import RangeState +/// A semantic label and range pair. +/// +/// This type represents a range of text that has semantic meaning. public struct Token: Hashable, Sendable { public let name: String public let range: NSRange