On Fri, Mar 4, 2011 at 15:37, taurus85 <[email protected]> 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 > [email protected] > http://lists.macromates.com/listinfo/textmate-dev > _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
