class Syntaks::Highlighter
- Syntaks::Highlighter
- Reference
- Object
Included Modules
- Kontrakt
Defined in:
syntaks/highlighter.crConstructors
Instance Method Summary
- #highlight(start_idx : Int32, end_idx : Int32, foreground : Symbol, background : Symbol)
- #highlight(idx : Int32, foreground : Symbol, background : Symbol)
- #to_s(io)
Constructor Detail
Instance Method Detail
def highlight(start_idx : Int32, end_idx : Int32, foreground : Symbol, background : Symbol)
#