A Visual Studio Code extension for the syntax hightlight for S-Lang (.sl) sripts.
Install this extension from the VS Code marketplace.
vscode (>1.30).
Currently do not detect normal variable.
- On the bottom-right corner, click on the select language mode button, if you have created a new file it should display Plain Text
- Select S-Lang in the list of languages.
Alternatively, the file with the .sl
extension or has corresponding a shebang, VS Code will automatically select the language correctly.
- Initial release.
- Change id for fix the conflict with other language with similar extension.
- S-Lang Homepage.
- S-Lang Syntax Reference and Guide
Enjoy!