Obelisk::CompositionStrategy
Inherits Enum < Comparable < Value < Object
Strategies for combining multiple lexers
Constants
FirstMatch = 0
First matching lexer wins
HighestConfidence = 1
Highest confidence lexer wins
MergeAll = 2
Merge tokens from all matching lexers
Layered = 3
Layer lexers with priority order