diff --git a/README.md b/README.md index 72ed609..4723e85 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# JSchema-VSCode -JSchema Support for Visual Studio Code +# JSchema - The Customizable JSON Schema +JSchema, a new JSON Schema, prioritizes simplicity, conciseness, and readability, making it intuitive and accessible without the need for extensive prior knowledge. It offers efficient read-write facilities, precise JSON document definition through various data types and functions, and extensibility to meet modern web service diverse requirements. To start your journey with JSchema library, please consult the documentation available for [C#](https://relogiclabs.github.io/JSchema-DotNet) and [Java](https://relogiclabs.github.io/JSchema-Java/articles/introduction). + +## Features +This extension provides syntax highlighting support for JSchema and its supported file type `.jscm` + +## Example +![Syntax Highlighting](./images/syntax-highlighting.png) + +## Release Notes + +* Initial release + +**Enjoy!** \ No newline at end of file diff --git a/images/jschema-icon.png b/images/jschema-icon.png new file mode 100644 index 0000000..86eac37 Binary files /dev/null and b/images/jschema-icon.png differ diff --git a/images/syntax-highlighting.png b/images/syntax-highlighting.png new file mode 100644 index 0000000..726ecbf Binary files /dev/null and b/images/syntax-highlighting.png differ