mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-01 02:09:37 +00:00
Make formatter a bit more convenient
This commit is contained in:
@@ -12,7 +12,7 @@ module Tartrazine
|
||||
property theme : Theme = Tartrazine.theme("default-dark")
|
||||
|
||||
# Format the text using the given lexer.
|
||||
def format(text : String, lexer : Lexer) : String
|
||||
def format(text : String, lexer : Lexer, io : IO?) : String?
|
||||
raise Exception.new("Not implemented")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user