Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scpwiki/vim-wikidot
- Owner: scpwiki
- License: mit
- Created: 2019-03-31T15:09:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T02:13:16.000Z (5 months ago)
- Last Synced: 2024-08-03T03:45:13.050Z (5 months ago)
- Topics: syntax-highlighting, vim, vim-syntax, wikidot, wikijump
- Language: Vim Script
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```