<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks!<div class=""><br class=""></div><div class="">And Oyster does Ruby regex, too. So I’m good. Except that what Oyster shows working still does not work in TextMate. :(</div><div class=""><br class=""></div><div class="">This regex:</div><div class=""><br class=""></div><div class="">[`]{3}[\s\S]*?[`]{3}</div><div class=""><br class=""></div><div class="">looks to match a ``` and ``` Markdown code block in Oyster, but doesn’t in TextMate. Have I missed something else?</div><div class=""><br class=""></div><div class=""><div class="">{   name = 'markup.raw.block.markdown';</div><div class="">    match = '[`]{3}[\s\S]*?[`]{3}';</div><div class="">},</div></div><div class=""><br class=""><div apple-content-edited="true" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span style="text-align: -webkit-auto; orphans: 2; widows: 2;" class="">Bob</span><br class=""><div apple-content-edited="true" class=""><div style="orphans: 2; text-align: -webkit-auto; widows: 2; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">-------------------<br class="">Robert J. Rockefeller<br class="">Richmond Hill, GA<br class=""><a href="http://www.bobrockefeller.com/" class="">www.bobrockefeller.com</a></div></div></div></div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Feb 8, 2015, at 5:36 PM, Matt Neuburg <<a href="mailto:matt@tidbits.com" class="">matt@tidbits.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><br class="">On Feb 8, 2015, at 2:02 PM, Bob Rockefeller <<a href="mailto:bob@bobrockefeller.com" class="">bob@bobrockefeller.com</a>> wrote:<br class=""><br class=""><blockquote type="cite" class="">I use the app Oyster on Mac to edit and debug regexs. It works nicely, but doesn’t properly predict what TextMate will do with a regex. Something that works in Oyster, does not in TextMate.<br class=""><br class="">Has anyone using Mac found a regex editor that predicts TextMate?<br class=""></blockquote><br class="">TextMate uses Oniguruma. So does Ruby, so any Ruby regex tester will apply. I like <a href="http://rubular.com" class="">http://rubular.com</a>. m.<br class=""><br class="">--<br class="">matt neuburg, phd = <a href="http://www.apeth.net/matt/" class="">http://www.apeth.net/matt/</a><br class="">pantes anthropoi tou eidenai oregontai phusei<br class="">Programming iOS 8! <a href="http://shop.oreilly.com/product/0636920034261.do" class="">http://shop.oreilly.com/product/0636920034261.do</a><br class="">iOS 7 Fundamentals! <a href="http://shop.oreilly.com/product/0636920032465.do" class="">http://shop.oreilly.com/product/0636920032465.do</a><br class="">RubyFrontier! <a href="http://www.apeth.com/RubyFrontierDocs/default.html" class="">http://www.apeth.com/RubyFrontierDocs/default.html</a><br class=""><br class=""><br class="">_______________________________________________<br class="">textmate mailing list<br class=""><a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a><br class="">http://lists.macromates.com/listinfo/textmate<br class=""></div></blockquote></div><br class=""></div></body></html>