CARVIEW |
hallison / vim-markdown forked from plasticboy/vim-markdown
- Source
- Commits
- Network (13)
- Downloads (5)
- Wiki (1)
- Graphs
-
Branch:
news
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Fri Jan 29 06:59:03 -0800 2010 | Ignoring .tag files [hallison] |
![]() |
Bakefile | Fri Apr 16 05:56:00 -0700 2010 | Fix in gzip package extension [hallison] |
![]() |
Manifest | Fri Jan 29 06:25:22 -0800 2010 | Manifest file for VBA package [hallison] |
![]() |
README.mkd | Fri Jan 29 07:27:24 -0800 2010 | Fixed link to Vim script homepage [hallison] |
![]() |
ftdetect/ | Fri Jan 29 06:24:33 -0800 2010 | Fixes in the file detection [hallison] |
![]() |
plugin-info.txt | Fri Apr 16 06:15:44 -0700 2010 | Added snipMate in plugin dependencies [hallison] |
![]() |
snippets/ | Fri Jan 29 06:23:22 -0800 2010 | Fixes in link snippets [hallison] |
![]() |
syntax/ | Fri Dec 04 09:52:02 -0800 2009 | Improvements for version 1.0.1 * Fix in task ... [hallison] |
Vim-Markdown
Description
Markdown syntax support for Vim Editor.
Vim-Markdown have a support for snippets. Therefore, it's recommended that you use SnipMate plugin.
Install
Download the gzipball from Vim script homepage and
open the package using Vim and use the command :source %
. Or run the
following command:
vim markdown-<version>.vba.gz +":source %"
Done! All files will be extracted in your Vim home directory. If you checkout from repository, install using the following commands:
bash do install
Or
./do install
This instruction will be create a Vimball file and install.
Information
The original Markdown Vim syntax was created by Ben Williams.
You maybe contributes to source. So, send a feedback in issue tracker.
Vim-Markdown is hosted on following servers:
Visit the script homepage for more information.
Copyright
Copyright (c) 2010 Hallison Batista email@hallisonbatista.com
Copyright (c) 2009 Ben Williams benw@plasticboy.com