https://github.com/robertklep/kiwi-vim-syntax
VIM syntax highlighting for Kiwi templates
https://github.com/robertklep/kiwi-vim-syntax
Last synced: 6 months ago
JSON representation
VIM syntax highlighting for Kiwi templates
- Host: GitHub
- URL: https://github.com/robertklep/kiwi-vim-syntax
- Owner: robertklep
- Created: 2013-01-03T07:23:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-03T07:34:26.000Z (over 13 years ago)
- Last Synced: 2025-10-09T20:16:06.855Z (10 months ago)
- Language: VimL
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kiwi-vim-syntax
VIM syntax highlighting for [Kiwi templates](https://github.com/coolony/kiwi).
## Install
* Copy `syntax/kiwi.vim` to `$HOME/.vim/syntax`
* Add the following to your `.vimrc`:
```
autocmd BufRead,BufNewFile *.kiwi set filetype=html syntax=kiwi
```
## Thanks
dz for making [jquerytmpl.vim](https://github.com/dz/jQuery-Template-Vim-Syntax), on
which this file was based.