Highlights the content of a given file according to the source language, theme and plugins used.
highlight_file(file_path, language = NULL, plugins = NULL, theme = "default")An object of class highlighter
The path to the file to be highlighted
The programming language chosen to be highlighted
Optional. A list of plugins to be used
A character. Indicating which theme will be used
get_available_languages() for available languages,
get_available_themes() for available themes