diff --git a/README.md b/README.md index 65a91ff..2d8abcc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This extension provides additional XML support to [VS Code](https://code.visuals ## Features * XML Formatting (Indent and Minify) * 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 Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases). diff --git a/package.json b/package.json index 1dff24a..20a4d68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xml", "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", "publisher": "DotJoshJohnson", "author": {