Sublime Forum

Build selection

#1

Is there a way to build only highlighted content
I am using coffeescript and the folllowing build file, but I would like to be able to build also just the highlighted content

{
“cmd”: “coffee”, “-p”, “$file”],
“selector” : “source.coffee”,
“path” : “/usr/local/bin”
}

0 Likes