I don’t think this is possible now, and I’d like it to be.
I want to pipe the output of one or more commands into subl
and also be able to specify the “filetype” of the content I am wishing to open. “Filetype” is a poor word for this, as the content is not in a file (unless you call STDIN a file, I guess.)
Anyway, I can open files from STDIN using subl
just fine, but I’d like to be able to specify how to highlight/parse those files from the command line as well.