jtratner / vim-flavored-markdown

159 stars 24 forks source link

README.md download broken link #18

Closed Gen2ly closed 9 years ago

Gen2ly commented 10 years ago

The link to download the vim syntax directly is broke. This will do:

curl https://raw.githubusercontent.com/jtratner/vim-flavored-markdown/master/syntax/ghmarkdown.vim -o ~/.vim/syntax/ghmarkdown.vim

BTW, I'd like to thank you for your work, this helps my markdown markup quite a bit. Have you thought about adding this to the official version?

jtratner commented 10 years ago

@Gen2ly adding to the official version would definitely be better :) Frankly, I just hacked this together at one point and wasn't really sure how to go deep enough into syntax files to figure out how to make it configurable (+ there are a ton of different markdown versions to cover too)