diff --git a/extension/README.md b/extension/README.md new file mode 100644 index 0000000..ef214e1 --- /dev/null +++ b/extension/README.md @@ -0,0 +1,15 @@ +# Zhivo VSCode Extension + +Zhivo Syntax Highlighting is a Visual Studio Code extension that provides syntax highlighting for the Zhivo programming language. This extension helps developers write and manage Zhivo scripts more effectively by offering enhanced code readability through proper syntax highlighting. + +- **Syntax Highlighting**: Automatically highlights Zhivo syntax, including keywords, operators, strings, numbers, comments, and more. +- **File Association**: Automatically associates .utx files with the Zhivo language mode in VS Code. +- **Icon Support**: Displays a custom icon for Zhivo files in the VS Code explorer. + +
+ +
+ +## License + +See license [here](LICENSE). \ No newline at end of file diff --git a/extension/assets/screenshot.png b/extension/assets/screenshot.png new file mode 100644 index 0000000..bee9a3e Binary files /dev/null and b/extension/assets/screenshot.png differ diff --git a/extension/assets/zhivo-logo.png b/extension/assets/zhivo-logo.png new file mode 100644 index 0000000..2f8f127 Binary files /dev/null and b/extension/assets/zhivo-logo.png differ