VSCode Support
Description
Section titled “Description”Samalang provides syntax highlighting support for Visual Studio Code using a custom extension.
This allows .sl files to be recognized with proper colors and basic language features.
Installation
Section titled “Installation”- Open Visual Studio Code
- Go to Extensions (
Ctrl + Shift + X) - Search for
Samawa-Language - Click Install
Manual Install
Section titled “Manual Install”git clone https://github.com/Samawa-Language/samalang-vscode-extension.gitThen open the cloned folder in VS Code and press F5 to launch the extension development host.
Features
Section titled “Features”- Syntax highlighting for all Samalang keywords
- Auto-closing brackets and quotes
- Code snippets for common patterns (
ada,fungsi,lamen, etc.)