mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
6 lines
154 B
Crystal
6 lines
154 B
Crystal
require "./**"
|
|
|
|
lexer = Tartrazine.lexer("crystal")
|
|
theme = Tartrazine.theme(ARGV[1])
|
|
puts Tartrazine::Html.new.format(File.read(ARGV[0]), lexer, theme)
|