1 # Contributor: Nathan Owe <aur@ndowens04.tk>
5 pkgdesc="XHTML syntax highlighting for VIM"
7 url="http://www.vim.org/scripts/script.php?script_id=1236"
9 depends=('vim' 'vim-mathml' 'vim-svg')
11 md5sums=('ec5b4cbf210d43b24e373a7bd1669683')
16 install -d $pkgdir/usr/share/vim/plugin
17 install xhtml.vim $pkgdir/usr/share/vim/plugin/
20 # vim:set ts=2 sw=2 et: