I . . . really don't want to admit how much time I just spent fixing my vim
syntax files for jlj
and markdown
so they work the way I want them to.
All because something about the way they were interacting with one another was making it treat ' as the beginning of a quoted string, so, for instance, everything after the ' in don't
until the next ' somewhere would get highlighted bright magenta, making it hard to tell what was going on and interfering with other highlighting.
The time consuming thing, beside tracking down what was causing that, was that I wasn't happy with the way the mkd.vim
I picked up off vim.org handled "reference-style" links.
At least it's working in a way I don't hate now. I'll say again, this Markdown thing is pretty cool. Something out there has probably made it completely obsolete by now.
Ah, shoot; I just remembered I'm not happy with the way the markdown syntax handles emphasis
and strong
. Work to do sometime.