abstract class Tartrazine::Formatter
- Tartrazine::Formatter
- Reference
- Object
Overview
This is the base class for all formatters.
Direct Known Subclasses
Defined in:
formatter.crInstance Method Summary
-
#format(text : String, lexer : Lexer) : String
Format the text using the given lexer.
- #name : String
- #name=(name : String)
-
#style_defs : String
Return the styles, if the formatter supports it.
- #theme : Theme
- #theme=(theme : Theme)
Instance Method Detail
Format the text using the given lexer.