[TxMt] Re: Include/Exclude only for current directories (not subdirectories)?

Allan Odgaard mailinglist at textmate.org
Mon Dec 19 14:22:41 UTC 2011


On 19 Dec 2011, at 01:05, Brandon M Fryslie wrote:

> […] is there a way […] that only affects my home directory, and put my include settings in that scope?

Not something I have tested or considered, but something like this might work (~/.tm_properties):

    include = ".*"                         # show hidden items

    [ /Users/«name»/**/* ]
    include = "{.tm_properties,.htaccess}" # restore default glob



More information about the textmate mailing list