Skip to content

VSCode Support

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.

  1. Open Visual Studio Code
  2. Go to Extensions (Ctrl + Shift + X)
  3. Search for Samawa-Language
  4. Click Install
Terminal window
git clone https://github.com/Samawa-Language/samalang-vscode-extension.git

Then open the cloned folder in VS Code and press F5 to launch the extension development host.

  • Syntax highlighting for all Samalang keywords
  • Auto-closing brackets and quotes
  • Code snippets for common patterns (ada, fungsi, lamen, etc.)