[TxMt] Markdown symbol list idea

Allan Odgaard throw-away-1 at macromates.com
Sun Dec 4 08:02:53 UTC 2005


On 4/12/2005, at 8:47, Charilaos Skiadas wrote:

> Hm, doesn't work over here. Tried these lines: [...]

Ah, the first regexp subst. should of course have been:

    s/^[^[:upper:]].*/-/m;

\W will match all non-word characters, I wanted all non-uppercased  
(word) characters.





More information about the textmate mailing list