When in a markdown file's code block, I can use this plugin comment for current line, and it works well.
But when I select more than one lines in the code block, it will use the html comment instead of the specific language of the code block:
(Select four lines, and use comment)
It should insert -- for the lua code block.