https://github.com/othree/xml.vim
helps editing xml (and [x]html, sgml, xslt) files
https://github.com/othree/xml.vim
Last synced: 6 months ago
JSON representation
helps editing xml (and [x]html, sgml, xslt) files
- Host: GitHub
- URL: https://github.com/othree/xml.vim
- Owner: othree
- Created: 2010-09-08T16:18:03.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T07:08:32.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T13:04:30.276Z (over 1 year ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=1397
- Size: 83 KB
- Stars: 132
- Watchers: 13
- Forks: 32
- Open Issues: 5
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Fix some bug by othree.
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1397
A plugin for editing xml. I used xml.vim (http://www.vim.org/scripts/script.php?script_id=301)
The script does retain most of the functionality of the original xml.vim
- closing tags while you type
- optional adding attributes
- and more
- % matches end or begin tag
it adds:
- fold tags, comments and Cdata
- add start tag
- add end tags
- add tag around a visual blok or a tag,
- join 2 adjacent same tags
- delete tag
- delete tag section
- change a tag
- visual mode (blocks, listitems
The documentation will be created once the script is loaded e.g edit a xml file.
Read the help documentation by typing from within vim :help xml-plugin