Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.
Has someone converted the Javascript Mootools bundle ?
Thanks
If you get the tmbundle you want I can convert it.
You can get it there : http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript%20MooTools.tmbundle/
Thanks by advance ;)
Oh, that would be awesome. I’m using mootools and a while ago was looking for a bundle, I heard someone had made one but couldn’t find it
If you can convert it I’d give you a wet kiss.
I’ve added Mootools to my post.
Thanks, you’re the man ;)
Intype freezes when I choose this as the active grammar for any JS file.
K, I’ll check it out.
Starting on line 789
change:
begin: /^(?=(\t| ))/
to:
begin: /^(?=(\t|\x20\x20))/
and line 828
change:
match: /( )( )?( )?( )?( )?( )?( )?( )?( )?( )?( )?/
to:
match: /(\x20\x20)(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?(\x20\x20)?/
Thanks, working.
1 to 10 of 10