Skip to content

Commit

Permalink
chore: vscode ext readme/metadata upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jun 29, 2020
1 parent 592e52d commit fa1c04a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions packages/xml-toolkit/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# XML Toolkit

## Description
A VSCode extension providing XML language editor support.

The XML Toolkit extension validates the syntax of XML files.
This extension enables VS Code developers to detect multiple error types in a single file.
## Features

### XML Syntax validations

#### Preview

![](./resources/preview-syntax-validation.png)

#### Description

The syntax validations use a fault tolerant parser thus enabling
the detection of **multiple** syntax errors.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/xml-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.2",
"private": true,
"displayName": "XML Toolkit",
"description": "XML Toolkit by SAP OSS",
"description": "Language Support for XML",
"publisher": "SAPOSS",
"icon": "resources/xml-toolkit.png",
"keywords": [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa1c04a

Please sign in to comment.