mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-08 04:30:26 -03:00
6 lines
153 B
Crystal
6 lines
153 B
Crystal
require "./**"
|
|
|
|
lexer = Tartrazine.lexer("crystal")
|
|
theme = Tartrazine.theme(ARGV[1])
|
|
puts Tartrazine::Html.new.format(File.read(ARGV[0]), lexer, theme)
|