Description
When writing tutorials, it's useful to only display parts of a file, so only line x to line y. The File highlight plugin should support this functionality.
The idea is that you can add an additional data-range attribute to the <pre> and it will only display the lines in that range. E.g. data-range="1,5".
This should be compatible with Line numbers.
Continuation of #1810