Is there a list somewhere of the variables available to use in the sublime-menu
files (also, is there a list of the sublime-menu
files available?
I don’t see any canonical/complete list in https://www.sublimemerge.com/docs/ (unless I’m missing something), but perhaps it’s somewhere else?
I’ve so far found out about only a few:
-
$path
: the filename from the root of the repo -
$working_dir
: the dir of the repo -
$line
: line number of the diff (only available inDiff Context.sublime-menu
)
I’m sure I could find more by digging through more forum posts from devs, but a complete documentation on /docs would be great.