On Sat, Jul 16, 2016 at 2:52 PM, Allan Odgaard mailinglist@textmate.org wrote:
Basically to target untitled files you must match attr.untitled but right now the sections in .tm_properties are either file patterns *or* scope selectors, not both.
But as mentioned in that thread, it should be supported.
We should probably let [ templates/** ] match untitled files created under templates/ (w/o the need for attr.untitled) but in practice I don’t think you want to set fileType for everything in a specific folder, because then even a ReadMe.txt would be matched.
OK, thanks for the clarification.