vscode-slm
August 31, 2016 ยท View on GitHub
This extension adds support for Slm to VS Code.
Colorization

(imported from Sublime Text package syntax)
Usage
Install the extension in VS Code
- Open the command palette using Ctrl+P.
- Type
ext install slmin the command palette.
Select Slm as a language
- 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 Slm in the list of languages.
- Alternatively, saving the file with a
.slmextension, will allow VS Code to understand that it is a Slm file, and automatically select the language correctly.
Supported features
- Syntax highlight
- Emmet (VS Code 1.5+)
Supported filetypes
.slm
Contributing
These simple rules will help me to solve your problem.
- Check the Issues and Pull requests sections for duplicates of your question or path.
- Please, use GitHub emotions.
- If you want create Issue:
- Specify the version of your editor and used theme.
- Detailed description of your problem:
- Description
- Code sample
- Screenshot
- If you want create Pull request:
- Fork this repository and clone it to your machine.
- Open folder contains this extension in VS Code.
- Press F5.
- Make your changes and send a PR.
Changelog
See the Releases section of our GitHub project for changelogs for each release version.
License
This software is released under the terms of the MIT license.