mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
That way, if we have a setting for [ templates/** ] and create a new file in the templates folder (via the file browser) these settings will apply.
Previously we used the folder without trailing slash which required making the file pattern something like [ templates{/**,} ].