Usage:lang(L)
L is a language for syntax highlight
Usage:can_highlight(Lang)
Check if Lang is a supported language (silently fails if any dependency for highlighting, e.g., emacs, ciao-mode, is not installed)
Usage:highlight_file_to_html_string(Lang,Input,Output)
Produce HTML Output string with syntax highlight from Input file (see highlight_to_html/3)
Usage:highlight_string_to_html_string(Lang,Input,Output)
Produce HTML Output string with syntax highlight from Input string (see highlight_to_html/3)
Usage:highlight_file_to_html_term(Lang,Input,Output)
Produce HTML Output term with syntax highlight from Input file (see highlight_to_html/3)
Usage:detect_language(File,Lang)
Detect language Lang of file File (may look at contents)