This is the README for SASS, a sass language extension for VSCode.
Right now, SASS only syntax highlights .sass files.
For example if there is an image subfolder under your extension project workspace:

Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
Install nodejs
port install nodejs24
Install npm.
port install npm11
Then install vcse.
npm install -g @vscode/vsce
Run ./package.sh
In Cursor, Cmd - Shift - P
Type Extension: Install from VSIX, select the sass-version.vsix file
Include if your extension adds any VS Code settings through the contributes.configuration extension point.
For example:
This extension contributes the following settings:
myExtension.enable: Enable/disable this extension.myExtension.thing: Set toblahto do something.
Opcodes extended with .XX are not yet supported.
Users appreciate release notes as you update your extension.
Initial release of SASS Assembly.
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\on macOS orCtrl+\on Windows and Linux). - Toggle preview (
Shift+Cmd+Von macOS orShift+Ctrl+Von Windows and Linux). - Press
Ctrl+Space(Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy!