On 17 Sep 2013, at 10:17, "Allan Odgaard" <mailingl...@textmate.org> wrote:
> This is basically what I wish to inject into all scopes, sans the D suffix:
> 
>    {   match = '(\{)(\})';
>        captures = {
>            1 = { name = 'punctuation.section.block.begin.d'; };
>            2 = { name = 'punctuation.section.block.end.d'; };
>        };
>    },
> 
> If the grammar alredy match (stand-alone) braces, it doesn’t need the rule, 
> instead it can assign the above begin/end scopes to these matches.

Go ahead :-)

_______________________________________________
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to