sublime_terminal
sublime_terminal copied to clipboard
Added the ability to use the local SublimeText variables.
For example ${packages}
, ${file}
and etc.
The full list SublimeText variables: https://www.sublimetext.com/docs/3/build_systems.html#variables
The function substitute_variables
was taken from SublimeLinter sources.
I'm going to defer to @wbond on this one since they're working on Sublime Text as a whole