xslhelper.vim : Help for writing XSLT stylesheets
script karma |
Rating 24/8,
Downloaded by 1791 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Andrew Savikas |
|
script type |
ftplugin |
|
description |
Very basic helper abbreviations for writing xslt stylesheets. Like vivek Venugopalan's dbhelper.vim, uses the format ",<abbrev>", as in:
,tm ==> <xsl:template match=""></xsl:template>
,at ==> <xsl:apply-templates/>
It helps me a ton, hope it helps you too. Please send feedback to andrews AT oreilly.com.
Cheers. |
|
install details |
I added it to my ftplugin directory, and put the following in my vimrc file:
augroup BEGIN
au! BufRead,BufNewFile *.xsl source $VIM\vim63\ftplugin\xslhelper.vim
augroup END
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.117.180.237
|