1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 325 forks source link

Make <summary> tag clickable & hoverable #632

Open t1ger-0527 opened 6 years ago

t1ger-0527 commented 6 years ago

First of all, thanks making for such awesome plugin!

Lately I found some pages with HTML <summary> tag (for example: [this github page] (https://github.com/LeCoupa/awesome-cheatsheets#-languages)), which is clickable but not supported by this plugin.

So in summary, should we add support on hinting and actions on the <summary> tag?

t1ger-0527 commented 6 years ago

Should I make a PR for that?