How do you print in Sublime Text 2
There is also the Simple Print package, which uses enscript to do the actual printing.
Similar to kenorb's answer, open the palette (ctrl/cmd+shift+p), "Install package", "Simple Print Function"
you MUST install enscript and here is how:
https://github.com/svenax/SublimePrint
This isn't supported yet. You can use plugins to export the text into HTML or RTF first, and then you can print it out, if you want.
Here is for example the SublimeHighlight plugin which you can use for exporting.