diff --git a/README.md b/README.md index dd0fd76..10a45ac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# RizzScript Support +![pixelcut-export (1)](https://github.com/user-attachments/assets/3afe1e6d-9f4f-4a14-ad89-ea63a3a453c1) +![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/zekkie.rizzscript-support%09) ![GitHub License](https://img.shields.io/github/license/zekticezy/RizzScriptVSC) +![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/zekkie.rizzscript-support%09) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/zekticezy/RizzScriptVSC) + + +----- ## Overview RizzScript Support is a Visual Studio Code extension that provides syntax highlighting and basic support for the RizzScript programming language, designed for those who want to want to make their Python experience worse. @@ -9,13 +14,15 @@ RizzScript Support is a Visual Studio Code extension that provides syntax highli - Error detection and reporting. - Custom icons for RizzScript files. -## Usage -To create a new RizzScript file: +# Downloads +You can either get it from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=zekkie.rizzscript-support) or our [Releases tab](https://github.com/zekticezy/RizzScriptVSC/releases). -1. Create a new file with the `.rizz` or `.rizzscript` extension. -2. Just start creating! +If you got it from our Releases tab, follow these steps: +1. Open Visual Studio Code +2. Head down to **Extensions** +![image](https://github.com/user-attachments/assets/6b11271c-4186-472c-9a14-fd2ac0c10949) +3. Click on the **three little dots** at the top right of the Extensions tab then navigate over to **Install from VSIX...** ![image](https://github.com/user-attachments/assets/745265a5-fd13-4865-97e9-cb8851860875) +4. Select the file from your file explorer and you're good to go! VSC will handle the rest. -### Example Code -``` -hawktuah "Hello, World!" -``` +# Main Repository +If you're interested in checking out the main RizzScript repository, visit [https://github.com/zekticezy/RizzScript/](https://github.com/zekticezy/RizzScript/).