https://github.com/cdlm/vim-pillar
Vim syntax & highlighting for Pillar
https://github.com/cdlm/vim-pillar
Last synced: 6 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T14:30:25.000Z (over 10 years ago)
- Last Synced: 2025-04-05T14:44:53.376Z (about 1 year ago)
- Language: VimL
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- 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"