This is a fork of ExportHtml. This plugin allows you the copy your code in HTML format to preserve its syntax highlighting. It uses Sublime's theme colors and font styles.
* For the moment it only supports Windows. Pull requests are welcome.
Just choose Copy as HTML
from the document's context menu.
You can also bind the command to a key combination, for example:
{
{ "keys": ["ctrl+shift+c"], "command": "copy_as_html" }
}
Tip: Use it with Snipaste. 😉
#Credits
MIT