https://github.com/mmorga/xsd.tmbundle
TextMate Support for XML Schema (XSD)
https://github.com/mmorga/xsd.tmbundle
Last synced: 4 months ago
JSON representation
TextMate Support for XML Schema (XSD)
- Host: GitHub
- URL: https://github.com/mmorga/xsd.tmbundle
- Owner: mmorga
- Created: 2012-03-15T21:04:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-09T18:08:46.000Z (about 14 years ago)
- Last Synced: 2023-04-13T07:51:14.369Z (about 3 years ago)
- Homepage:
- Size: 539 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextMate Bundle for XML Schema Development (XSD)
## To install with Git:
```bash
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git@github.com:mmorga/XSD.tmbundle.git "XSD.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
```
## Prereqs
* Ruby 1.8.7 or greater is required.
* [xmllint](http://xmlsoft.org/xmllint.html) is used for validation against the XML Schema Schema.
## What does it do?
* Provides a number of snippets for easier completion.
* Provides validation via xmllint ctrl-shift-V
* Provides element help links to the w3.org XML Schema 1.1 documentation ctrl-H
Mark Morga
markmorga@gmail.com