Is there a way of calling a command-line program to dynamically fill out settings files? I would like to do something like this:
"settings":
{
"sublimeclang_options" :
"analyse_makefile_and_return_includes.py",
]
}
I swear I remember seeing someone do something like this but googling and checking the docs and the forums didn’t turn up anything