I have post a question several weeks ago: Print programs with its proper syntax, and I finally decided to use the package minted.
I summarize a little bit my needs here: the language I define has its special tokens (do, od, if, fi...), and support comments. I would like minted to highlight these key words (coloring is not necessary at this stage). If possible, I hope minted could read a program directly from a file.
@Raphink showed me a blog post for example, which is too hard to understand for me without the output picture; the doc of minted does not contain any details either...
Does anyone have any idea about my specific requests above?