Open lcolladotor opened 10 years ago
Hi,
I'm having trouble fixing an issue where if you have a tag over multiple lines, the syntax doesn't get recognized properly.
My example is at https://gist.github.com/c837e901752bdbec7dc1
Playing around a bit I see that it's related to the while condition on https://github.com/streeter/markdown-redcarpet.tmbundle/blob/master/Syntaxes/Markdown%20Redcarpet.tmLanguage#L339
while
It's a regular expression issue but I haven't been able to fix it.
Cheers, Leo
Hi,
I'm having trouble fixing an issue where if you have a tag over multiple lines, the syntax doesn't get recognized properly.
My example is at https://gist.github.com/c837e901752bdbec7dc1
Playing around a bit I see that it's related to the
while
condition on https://github.com/streeter/markdown-redcarpet.tmbundle/blob/master/Syntaxes/Markdown%20Redcarpet.tmLanguage#L339It's a regular expression issue but I haven't been able to fix it.
Cheers, Leo