Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scpwiki/vim-wikidot

A syntax file for Wikidot documents.
https://github.com/scpwiki/vim-wikidot

syntax-highlighting vim vim-syntax wikidot wikijump

Last synced: about 1 month ago
JSON representation

A syntax file for Wikidot documents.

Awesome Lists containing this project

README

        

# Wikidot Syntax for Vim
A syntax highlighting file for Vim. Pretty simplistic at this point, feel free to create PRs to improve it.

Available under the terms of the MIT License.

### Installation
Using [Vundle](https://github.com/gmarik/vundle), add this to your `.vimrc`:
```vim
Plugin 'scpwiki/vim-wikidot'
```

Using [Pathogen](https://github.com/tpope/vim-pathogen), run this command in your shell:
```sh
git clone https://github.com/scpwiki/vim-wikidot.git ~/.vim/bundle/vim-wikidot
```