Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hallison/vim-markdown
Markdown syntax highlight for Vim editor with snippets support
https://github.com/hallison/vim-markdown
Last synced: 4 months ago
JSON representation
Markdown syntax highlight for Vim editor with snippets support
- Host: GitHub
- URL: https://github.com/hallison/vim-markdown
- Owner: hallison
- Fork: true (preservim/vim-markdown)
- Created: 2009-12-04T06:22:52.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-03-07T04:07:20.000Z (almost 13 years ago)
- Last Synced: 2024-08-02T14:08:18.515Z (7 months ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=2882
- Size: 223 KB
- Stars: 202
- Watchers: 14
- Forks: 33
- Open Issues: 9
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
Vim-Markdown
============Description
-----------[Markdown][] syntax support for [Vim][] Editor.
[Vim-Markdown][script homepage] have a support for snippets. Therefore, it's
recommended that you use [SnipMate][] plugin.Install
-------Download the [gzipball][script homepage] from Vim [script homepage][] and
open the package using [Vim][] and use the command `:source %`. Or run the
following command:vim markdown-.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:
* [Github (original source)](http://github.com/plasticboy/vim-markdown/)
* [Github (fork project)](http://github.com/hallison/vim-markdown)
* [Codaset](http://codaset.com/hallison/vim-markdown)Visit the [script homepage][] for more information.
Copyright
---------Copyright (c) 2010 Hallison Batista
Copyright (c) 2009 Ben Williams
[markdown]: http://daringfireball.net/projects/markdown/
"Markdown syntax project"
[script homepage]: http://www.vim.org/scripts/script.php?script_id=2882
"Markdown Vim Script homepage"
[vim]: http://www.vim.org
"Vim Editor"
[issue tracker]: http://github.com/hallison/vim-markdown/issues
"Vim-Markdown Github Issues"
[ben williams]: http://plasticboy.com/markdown-vim-mode/
"Markdown Vim Mode"
[snipmate]: http://www.vim.org/scripts/script.php?script_id=2540
"SnipMate plugin"