forked from external/vscode-xml
		
	Merge pull request #75 from waderyan/patch-1
Add Formatters to category list
This commit is contained in:
		
						commit
						1c7f493689
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -28,7 +28,8 @@
 | 
				
			||||||
	"categories": [
 | 
						"categories": [
 | 
				
			||||||
		"Languages",
 | 
							"Languages",
 | 
				
			||||||
        "Linters",
 | 
					        "Linters",
 | 
				
			||||||
        "Other"
 | 
					        "Other",
 | 
				
			||||||
 | 
						"Formatters"
 | 
				
			||||||
	],
 | 
						],
 | 
				
			||||||
	"main": "./src/Extension",
 | 
						"main": "./src/Extension",
 | 
				
			||||||
	"contributes": {
 | 
						"contributes": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue