forked from external/vscode-xml
		
	Update README.md and package.json
Added XQuery features to feature list and updated the marketplace description.
This commit is contained in:
		
							parent
							
								
									6720321cdb
								
							
						
					
					
						commit
						fe8f449fb0
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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).
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue