mirror of
https://github.com/textmate/textmate.git
synced 2026-01-15 01:38:02 -05: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{/**,} ].