Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digitaltoad/vim-pug
Vim Pug (formerly Jade) template engine syntax highlighting and indention
https://github.com/digitaltoad/vim-pug
Last synced: 3 months ago
JSON representation
Vim Pug (formerly Jade) template engine syntax highlighting and indention
- Host: GitHub
- URL: https://github.com/digitaltoad/vim-pug
- Owner: digitaltoad
- Created: 2010-08-06T18:58:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T19:35:28.000Z (over 4 years ago)
- Last Synced: 2024-05-11T02:33:01.649Z (6 months ago)
- Language: Vim script
- Homepage:
- Size: 61.5 KB
- Stars: 821
- Watchers: 23
- Forks: 73
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pug - Vim
README
# vim-pug #
Vim syntax highlighting for Pug (formerly Jade) templates.
For best results consider using this with an (improved) HTML5 syntax plugin.
Installation
------------I prefer to install plugins using Tim Pope's
[pathogen.vim](https://github.com/tpope/vim-pathogen). Installation using
pathogen is quite simple.cd ~/.vim/bundle
git clone git://github.com/digitaltoad/vim-pug.gitIf you do not want to use pathogen. You can always install vim-pug in the
normal manner by copying each directory to your ~/.vim directory. Make sure
not to overwrite any existing directory of the same name and instead copy only
the contents of the source directory to the directory of the same name in your
~/.vim directory.