• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

jtratner/vim-flavored-markdown

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

jtratner/vim-flavored-markdown

开源软件地址(OpenSource Url):

https://github.com/jtratner/vim-flavored-markdown

开源编程语言(OpenSource Language):

Vim Script 100.0%

开源软件介绍(OpenSource Introduction):

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

MIT

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.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap