<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
PS:
<div class=""><br class="">
</div>
<div class="">This seems to work too...</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><font color="#a7417b" face="Menlo" size="2" class=""><span style="caret-color: rgb(167, 65, 123);" class="">[ 'source.*{c, c++, python}' ]</span></font></div>
<div class=""><font color="#a7417b" style="font-style: normal;" face="Menlo" size="2" class="">tabSize          = 4</font></div>
<div class=""><font color="#a7417b" style="font-style: normal;" face="Menlo" size="2" class="">theme            = 71D40D9D-AE48-11D9-920A-000D93589AF6</font></div>
<br class="">
<blockquote type="cite" class="">Il giorno 26 ago 2019, alle ore 11:56, Umberto Cerrato <<a href="mailto:umbertocerrato@outlook.it" class="">umbertocerrato@outlook.it</a>> ha scritto:<br class="">
<br class="">
Hi,<br class="">
<br class="">
Yeah I knew that and in my properties file I wrote like you did. I already sent the mail then.<br class="">
Anyway thank you.<br class="">
<br class="">
About the source, I didn’t know that! (About it can match the language also if the extension is different)<br class="">
And I didn’t know you can list them all together with quotes neither.<br class="">
<br class="">
Thanks<br class="">
<br class="">
U<br class="">
<br class="">
<br class="">
<br class="">
<blockquote type="cite" class="">Il giorno 26 ago 2019, alle ore 10:01, Allan Odgaard <<a href="mailto:mailinglist@textmate.org" class="">mailinglist@textmate.org</a>> ha scritto:<br class="">
<br class="">
On 23 Aug 2019, at 16:14, Umberto Cerrato wrote:<br class="">
<br class="">
I found a solution.<br class="">
<br class="">
[ *{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The thing in the square brackets is a file system glob, which is what you currently use, but the one above also match files like fooc and foocpp (as there is no dot in the glob).<br class="">
<br class="">
So instead you should want to use:<br class="">
<br class="">
[ *.{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
As an alternative to a file system glob, it is possible to use a “scope selector” which would be source.c and source.c++, for example:<br class="">
<br class="">
[ 'source.c, source.c++' ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The advantage with this is that it will target all C and C++ files, even if they do not have a .c or .cpp extension.<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate<br class="">
</blockquote>
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate<br class="">
</blockquote>
<br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Inizio messaggio inoltrato:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite" class="">
<p style="margin: 0.0px 0.0px 0.0px 22.3px; text-indent: -22.3px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Da: Umberto Cerrato <<a href="mailto:umbertocerrato@outlook.it" class="">umbertocerrato@outlook.it</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 53.4px; text-indent: -53.4px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Oggetto: [TxMt] Re: Different Themes based on file type</font></p>
<p style="margin: 0.0px 0.0px 0.0px 33.3px; text-indent: -33.3px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Data: 26 agosto 2019 11:56:47 CEST</font></p>
<p style="margin: 0.0px 0.0px 0.0px 15.0px; text-indent: -15.0px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">A: "[textmate]" <<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 65.8px; text-indent: -65.8px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Rispondi a: TextMate users <<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; min-height: 14.0px" class=""><br class="">
</p>
</blockquote>
<blockquote type="cite" class="">Hi,<br class="">
<br class="">
Yeah I knew that and in my properties file I wrote like you did. I already sent the mail then.<br class="">
Anyway thank you.<br class="">
<br class="">
About the source, I didn’t know that! (About it can match the language also if the extension is different)<br class="">
And I didn’t know you can list them all together with quotes neither.<br class="">
<br class="">
Thanks<br class="">
<br class="">
U<br class="">
<br class="">
<br class="">
<br class="">
<blockquote type="cite" class="">Il giorno 26 ago 2019, alle ore 10:01, Allan Odgaard <<a href="mailto:mailinglist@textmate.org" class="">mailinglist@textmate.org</a>> ha scritto:<br class="">
<br class="">
On 23 Aug 2019, at 16:14, Umberto Cerrato wrote:<br class="">
<br class="">
I found a solution.<br class="">
<br class="">
[ *{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The thing in the square brackets is a file system glob, which is what you currently use, but the one above also match files like fooc and foocpp (as there is no dot in the glob).<br class="">
<br class="">
So instead you should want to use:<br class="">
<br class="">
[ *.{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
As an alternative to a file system glob, it is possible to use a “scope selector” which would be source.c and source.c++, for example:<br class="">
<br class="">
[ 'source.c, source.c++' ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The advantage with this is that it will target all C and C++ files, even if they do not have a .c or .cpp extension.<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate<br class="">
</blockquote>
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate</blockquote>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Inizio messaggio inoltrato:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite" class="">
<p style="margin: 0.0px 0.0px 0.0px 22.3px; text-indent: -22.3px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Da: Umberto Cerrato <<a href="mailto:umbertocerrato@outlook.it" class="">umbertocerrato@outlook.it</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 53.4px; text-indent: -53.4px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Oggetto: [TxMt] Re: Different Themes based on file type</font></p>
<p style="margin: 0.0px 0.0px 0.0px 33.3px; text-indent: -33.3px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Data: 26 agosto 2019 11:56:47 CEST</font></p>
<p style="margin: 0.0px 0.0px 0.0px 15.0px; text-indent: -15.0px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">A: "[textmate]" <<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 65.8px; text-indent: -65.8px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Rispondi a: TextMate users <<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; min-height: 14.0px" class=""><br class="">
</p>
</blockquote>
<blockquote type="cite" class="">Hi,<br class="">
<br class="">
Yeah I knew that and in my properties file I wrote like you did. I already sent the mail then.<br class="">
Anyway thank you.<br class="">
<br class="">
About the source, I didn’t know that! (About it can match the language also if the extension is different)<br class="">
And I didn’t know you can list them all together with quotes neither.<br class="">
<br class="">
Thanks<br class="">
<br class="">
U<br class="">
<br class="">
<br class="">
<br class="">
<blockquote type="cite" class="">Il giorno 26 ago 2019, alle ore 10:01, Allan Odgaard <<a href="mailto:mailinglist@textmate.org" class="">mailinglist@textmate.org</a>> ha scritto:<br class="">
<br class="">
On 23 Aug 2019, at 16:14, Umberto Cerrato wrote:<br class="">
<br class="">
I found a solution.<br class="">
<br class="">
[ *{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The thing in the square brackets is a file system glob, which is what you currently use, but the one above also match files like fooc and foocpp (as there is no dot in the glob).<br class="">
<br class="">
So instead you should want to use:<br class="">
<br class="">
[ *.{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
As an alternative to a file system glob, it is possible to use a “scope selector” which would be source.c and source.c++, for example:<br class="">
<br class="">
[ 'source.c, source.c++' ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The advantage with this is that it will target all C and C++ files, even if they do not have a .c or .cpp extension.<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate<br class="">
</blockquote>
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate</blockquote>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Inizio messaggio inoltrato:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite" class="">
<p style="margin: 0.0px 0.0px 0.0px 22.3px; text-indent: -22.3px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Da: Umberto Cerrato <<a href="mailto:umbertocerrato@outlook.it" class="">umbertocerrato@outlook.it</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 53.4px; text-indent: -53.4px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Oggetto: [TxMt] Re: Different Themes based on file type</font></p>
<p style="margin: 0.0px 0.0px 0.0px 33.3px; text-indent: -33.3px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Data: 26 agosto 2019 11:56:47 CEST</font></p>
<p style="margin: 0.0px 0.0px 0.0px 15.0px; text-indent: -15.0px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">A: "[textmate]" <<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 65.8px; text-indent: -65.8px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Rispondi a: TextMate users <<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; min-height: 14.0px" class=""><br class="">
</p>
</blockquote>
<blockquote type="cite" class="">Hi,<br class="">
<br class="">
Yeah I knew that and in my properties file I wrote like you did. I already sent the mail then.<br class="">
Anyway thank you.<br class="">
<br class="">
About the source, I didn’t know that! (About it can match the language also if the extension is different)<br class="">
And I didn’t know you can list them all together with quotes neither.<br class="">
<br class="">
Thanks<br class="">
<br class="">
U<br class="">
<br class="">
<br class="">
<br class="">
<blockquote type="cite" class="">Il giorno 26 ago 2019, alle ore 10:01, Allan Odgaard <<a href="mailto:mailinglist@textmate.org" class="">mailinglist@textmate.org</a>> ha scritto:<br class="">
<br class="">
On 23 Aug 2019, at 16:14, Umberto Cerrato wrote:<br class="">
<br class="">
I found a solution.<br class="">
<br class="">
[ *{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The thing in the square brackets is a file system glob, which is what you currently use, but the one above also match files like fooc and foocpp (as there is no dot in the glob).<br class="">
<br class="">
So instead you should want to use:<br class="">
<br class="">
[ *.{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
As an alternative to a file system glob, it is possible to use a “scope selector” which would be source.c and source.c++, for example:<br class="">
<br class="">
[ 'source.c, source.c++' ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The advantage with this is that it will target all C and C++ files, even if they do not have a .c or .cpp extension.<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate<br class="">
</blockquote>
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate</blockquote>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Inizio messaggio inoltrato:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite" class="">
<p style="margin: 0.0px 0.0px 0.0px 22.3px; text-indent: -22.3px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Da: Umberto Cerrato <<a href="mailto:umbertocerrato@outlook.it" class="">umbertocerrato@outlook.it</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 53.4px; text-indent: -53.4px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Oggetto: [TxMt] Re: Different Themes based on file type</font></p>
<p style="margin: 0.0px 0.0px 0.0px 33.3px; text-indent: -33.3px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Data: 26 agosto 2019 11:56:47 CEST</font></p>
<p style="margin: 0.0px 0.0px 0.0px 15.0px; text-indent: -15.0px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">A: "[textmate]" <<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 65.8px; text-indent: -65.8px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Rispondi a: TextMate users <<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; min-height: 14.0px" class=""><br class="">
</p>
</blockquote>
<blockquote type="cite" class="">Hi,<br class="">
<br class="">
Yeah I knew that and in my properties file I wrote like you did. I already sent the mail then.<br class="">
Anyway thank you.<br class="">
<br class="">
About the source, I didn’t know that! (About it can match the language also if the extension is different)<br class="">
And I didn’t know you can list them all together with quotes neither.<br class="">
<br class="">
Thanks<br class="">
<br class="">
U<br class="">
<br class="">
<br class="">
<br class="">
<blockquote type="cite" class="">Il giorno 26 ago 2019, alle ore 10:01, Allan Odgaard <<a href="mailto:mailinglist@textmate.org" class="">mailinglist@textmate.org</a>> ha scritto:<br class="">
<br class="">
On 23 Aug 2019, at 16:14, Umberto Cerrato wrote:<br class="">
<br class="">
I found a solution.<br class="">
<br class="">
[ *{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The thing in the square brackets is a file system glob, which is what you currently use, but the one above also match files like fooc and foocpp (as there is no dot in the glob).<br class="">
<br class="">
So instead you should want to use:<br class="">
<br class="">
[ *.{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
As an alternative to a file system glob, it is possible to use a “scope selector” which would be source.c and source.c++, for example:<br class="">
<br class="">
[ 'source.c, source.c++' ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The advantage with this is that it will target all C and C++ files, even if they do not have a .c or .cpp extension.<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate<br class="">
</blockquote>
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate</blockquote>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Inizio messaggio inoltrato:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite" class="">
<p style="margin: 0.0px 0.0px 0.0px 22.3px; text-indent: -22.3px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Da: Umberto Cerrato <<a href="mailto:umbertocerrato@outlook.it" class="">umbertocerrato@outlook.it</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 53.4px; text-indent: -53.4px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Oggetto: [TxMt] Re: Different Themes based on file type</font></p>
<p style="margin: 0.0px 0.0px 0.0px 33.3px; text-indent: -33.3px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Data: 26 agosto 2019 11:56:47 CEST</font></p>
<p style="margin: 0.0px 0.0px 0.0px 15.0px; text-indent: -15.0px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">A: "[textmate]" <<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 65.8px; text-indent: -65.8px" class=""><font face=".AppleSystemUIFont" size="3" color="#000000" style="font: 12.0px '.AppleSystemUIFont'; color: #000000" class="">Rispondi a: TextMate users <<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a>></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; min-height: 14.0px" class=""><br class="">
</p>
</blockquote>
<blockquote type="cite" class="">Hi,<br class="">
<br class="">
Yeah I knew that and in my properties file I wrote like you did. I already sent the mail then.<br class="">
Anyway thank you.<br class="">
<br class="">
About the source, I didn’t know that! (About it can match the language also if the extension is different)<br class="">
And I didn’t know you can list them all together with quotes neither.<br class="">
<br class="">
Thanks<br class="">
<br class="">
U<br class="">
<br class="">
<br class="">
<br class="">
<blockquote type="cite" class="">Il giorno 26 ago 2019, alle ore 10:01, Allan Odgaard <<a href="mailto:mailinglist@textmate.org" class="">mailinglist@textmate.org</a>> ha scritto:<br class="">
<br class="">
On 23 Aug 2019, at 16:14, Umberto Cerrato wrote:<br class="">
<br class="">
I found a solution.<br class="">
<br class="">
[ *{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The thing in the square brackets is a file system glob, which is what you currently use, but the one above also match files like fooc and foocpp (as there is no dot in the glob).<br class="">
<br class="">
So instead you should want to use:<br class="">
<br class="">
[ *.{c,cpp} ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
As an alternative to a file system glob, it is possible to use a “scope selector” which would be source.c and source.c++, for example:<br class="">
<br class="">
[ 'source.c, source.c++' ]<br class="">
tabSize = 4<br class="">
theme   = 71D40D9D-AE48-11D9-920A-000D93589AF6<br class="">
<br class="">
The advantage with this is that it will target all C and C++ files, even if they do not have a .c or .cpp extension.<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate<br class="">
</blockquote>
<br class="">
<br class="">
_______________________________________________<br class="">
TextMate mailing list<br class="">
<a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">
https://lists.macromates.com/listinfo/textmate</blockquote>
</body>
</html>