Update README.md and package.json

Added XQuery features to feature list and updated the marketplace description.
This commit is contained in:
Josh Johnson 2016-01-08 10:58:55 -05:00
parent 6720321cdb
commit fe8f449fb0
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ This extension provides additional XML support to [VS Code](https://code.visuals
## Features ## Features
* XML Formatting (Indent and Minify) * XML Formatting (Indent and Minify)
* XPath Evaluation ([Wiki](https://github.com/DotJoshJohnson/vscode-xml/wiki/How-To:-Evaluate-XPath-Queries)) * XPath Evaluation ([Wiki](https://github.com/DotJoshJohnson/vscode-xml/wiki/How-To:-Evaluate-XPath-Queries))
* XQuery Language/Syntax Highlighting
* XQuery Linting
* XQuery Code Completion
## Release Notes ## Release Notes
Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases). Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases).

View File

@ -1,7 +1,7 @@
{ {
"name": "xml", "name": "xml",
"displayName": "XML Tools", "displayName": "XML Tools",
"description": "XML Formatting and XPath Tools for Visual Studio Code", "description": "XML Formatting, XQuery, and XPath Tools for Visual Studio Code",
"version": "1.1.0", "version": "1.1.0",
"publisher": "DotJoshJohnson", "publisher": "DotJoshJohnson",
"author": { "author": {