https://github.com/notzekkie/rizzscriptvsc
The official RizzScript Visual Studio Code extension.
https://github.com/notzekkie/rizzscriptvsc
Last synced: 4 months ago
JSON representation
The official RizzScript Visual Studio Code extension.
- Host: GitHub
- URL: https://github.com/notzekkie/rizzscriptvsc
- Owner: notzekkie
- License: mit
- Created: 2024-09-25T16:57:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T17:12:25.000Z (9 months ago)
- Last Synced: 2024-12-11T22:09:11.764Z (6 months ago)
- Homepage: https://marketplace.visualstudio.com/items?itemName=zekkie.rizzscript-support
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

 
 -----
## 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.## Features
- Syntax highlighting for RizzScript code.
- Support for both `.rizz` and `.rizzscript` file extensions.
- Error detection and reporting.
- Custom icons for RizzScript files.# 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).If you got it from our Releases tab, follow these steps:
1. Open Visual Studio Code
2. Head down to **Extensions**

3. Click on the **three little dots** at the top right of the Extensions tab then navigate over to **Install from VSIX...** 
4. Select the file from your file explorer and you're good to go! VSC will handle the rest.# Main Repository
If you're interested in checking out the main RizzScript repository, visit [https://github.com/zekticezy/RizzScript/](https://github.com/zekticezy/RizzScript/).