[TxMt] Re: Indention in Perl POD
Allan Odgaard
mailinglist at textmate.org
Sun Dec 8 01:49:39 UTC 2013
On 5 Dec 2013, at 15:24, Ingo Lantschner wrote:
> In the archive I found this conversion:
>> […]
>> increaseIndentPattern = '^\s*=\w+';
>> decreaseIndentPattern = '^\s*=\w+';
> I am not sure, where to change these settings. In the Perl Bundle ->
> Settings -> Indention? Or should I better make my own Bundle, so that
> these Settings stick in case of an update?
You can change them directly in the Perl bundle. A delta of your changes
will be saved in ~/Library/Application
Support/Avian/Bundles/Perl.tmbundle that ensures they survive an update.
Since you wish to alter the existing values, adding new items would not
work, since TM would not know which settings have the highest priority.
More information about the textmate
mailing list