[TxMt] Re: Different Themes based on file type

Allan Odgaard mailinglist at textmate.org
Mon Aug 26 10:29:04 UTC 2019


On 26 Aug 2019, at 12:13, Umberto Cerrato wrote:

> This seems to work too...
>
> [ 'source.*{c, c++, python}' ]

It may seem to work, but it shouldn’t, that is, `source.*` will match 
all `source` documents (as opposed to `text.*`), the following braces 
are non-sensical, and the comma will be interpreted as scope selector 
delimiter.

Either use a file glob or use scope selectors.

For more information about scope selectors I suggest these two 
resources:

   TextMate 1.5.1 manual (but concept is the same for 2.0): 
https://macromates.com/manual/en/scope_selectors
   Blog post: https://macromates.com/blog/2005/introduction-to-scopes/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macromates.com/textmate/attachments/20190826/46e70d85/attachment.html>


More information about the TextMate mailing list