Hey all, I'm looking to do pretty much what the title says. As-is, the seemingly favored Textmate Markdown bundle chokes on some URLs. What I'd like to do is implement @diegoperini's pattern to properly match URLs.
Some problems on my end: I suck with Regular Expressions, and I've never 开发者_如何学Cedited a Textmate bundle.
I'm not sure how to even explain what I'm trying. So essentially what I'm looking for is someone to point me in the right direction and help me along in getting this sorted out, and learn a bit more about Textmate and regex along the way.
Thanks so much.
- I like to use Rubular.com for learning and testing Regex.
- You want to use the Bundle Editor.
- Read this.
- Check out Textmate Screencasts.
- You could also buy the Peepcode screencast on Textmate. It has some info about bundle editing that may be useful, although there's not huge amounts on what you want.
- There is also a book
Good luck!
精彩评论