9

Github GitHub - jtratner/vim-flavored-markdown

 3 years ago
source link: https://github.com/jtratner/vim-flavored-markdown
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Vim-Flavored-Markdown

Add-on to Tim Pope's markdown.vim to highlight using Github Flavored Markdown.

a syntax plugin that extends the Tim Pope's markdown syntax file to recognize github code blocks like:

```yourLanguage
Some code
```

It also colors markdownCode blocks and in-lines as String, so they are more easily differentiable in your code.

Finally, it no longer highlights multiple underscores, i.e.:

_this_gets_highlighted_
but_this_does_not

Install

Best way - use Pathogen

If you use Pathogen, you can just clone this into your bundles

cd ~/.vim/bundle
git clone git://github.com/jtratner/vim-flavored-markdown.git

Otherwise, copy the file to your syntax folder

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

Use flavored-markdown by default

Add the following autocmd to your .vimrc:

augroup markdown
    au!
    au BufNewFile,BufRead *.md,*.markdown setlocal filetype=ghmarkdown
augroup END

See it in action

After installing, open up this readme, and you'll see fenced awesomeness.

License

Contributors to Vim-Flavored-Markdown

Vim-Flavored-Markdown author: Jeff Tratner (jtratner)

markdown.vim author: Tim Pope (tpope)

Along with all of the various contributors to markdown.vim

Thanks to @dankosaur, @knewter, and @Niggler for contributing.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK