XML Folding : Folds XML / HTML Tags, CDATA and comments
script karma |
Rating 66/57,
Downloaded by 4878 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Thadeu de Paula |
|
script type |
utility |
|
description |
It pretend to be the fold solution for all XML/HTML/SVG and other xml derivated...
This script supports:
Tag folds between two different lines: <tag> </tag>
Comments folds: <!-- comment -->
CDATA folds content between "<!<CDATA[" and "]]>" |
|
install details |
You only need to download it and run under your XML/HTML file with the
:so XMLFolding.vim
or, if you want to, add this line into your ~/.vimrc:
au BufNewFile,BufRead *.xml,*.htm,*.html so XMLFolding
Doing this, always the script will be loaded on open these files.
Dont forget to put the correct path to access the file!!! |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.118.173.146
|