[SVN] Re: Haskell bundle

Martin Kühl martin.kuehl at gmail.com
Fri Mar 4 18:37:20 UTC 2011


On Fri, Mar 4, 2011 at 15:37, taurus85 <lucatorella at gmail.com> wrote:
> I temporarily resolved this modifying the bundle as follow:
>
> name = 'meta.declaration.module.haskell';
>   begin = '\b(module)\b';
>   end = '(where)';

And that's exactly the right way to fix this. You probably want another
pair of '\b's around the 'where' as well, and at a cursory glance it
seems that there are delimiters like this that I missed.

Thanks for the feedback,
Martin

> taurus85 wrote:
>>
>> The syntax coloring of the haskell bundle isn't working correctly.
>>
>> If you have a function/variables called getmodule, it highlights the
>> module
>> word and all the rest of the document is messed up.
>>
>
> --
> View this message in context: http://old.nabble.com/Haskell-bundle-tp31067720p31068130.html
> Sent from the textmate-dev mailing list archive at Nabble.com.
>
> _______________________________________________
> textmate-dev mailing list
> textmate-dev at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate-dev
>


More information about the textmate-dev mailing list