I'have tried to find current line number in pre tag i mean when I select the third line with my cursor I need to know that I am on the third line. I've tried to find count of span
to associate with the current line number but there can be more than one span tag in a line therefore it didnt work. Also i use vue-prism-editor but i couldnt find anything on its document.