Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdlm/vim-pillar
Vim syntax & highlighting for Pillar
https://github.com/cdlm/vim-pillar
Last synced: 5 days ago
JSON representation
Vim syntax & highlighting for Pillar
- Host: GitHub
- URL: https://github.com/cdlm/vim-pillar
- Owner: cdlm
- Created: 2014-02-21T14:10:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T14:30:25.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T07:05:04.114Z (about 2 months ago)
- Language: VimL
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Vim syntax files for Pillar/Pier
[Pillar][] is a markup syntax and [associated tools][code] to write and generate documentation and books.
## Installation
Install using Pathogen, Vundle, Neobundle, or your favorite Vim package manager, and make sure that the following options are set in you `.vimrc`:
syntax on
filetype plugin indent on[Pillar]: https://github.com/DamienCassou/pillar-documentation "Pillar documentation"
[code]: http://www.smalltalkhub.com/#!/~Pier/Pillar "Pillar source code"