On 13 Jul 2016, at 13:53, George McGinley Smith wrote:
[ templates/** ] fileType = 'text.html.mustache'
Only picks up for new files in subfolders […]
My bad. The problem here is that for untitled files, we match the file pattern against the folder, and while `**/` will matching “nothing” the `/**` pattern must have a literal slash followed by potential nothing.
I will change this so that we use the folder with a trailing slash in the match when there is no filename.