Ruby Slim Template Language syntax definitions and snippets for Sublime Text.
The easiest way to install is using Package Control. It's listed as Ruby Slim
.
- Open
Command Palette
using ctrl+shift+P or menu itemTools → Command Palette...
- Choose
Package Control: Install Package
- Find
Ruby Slim
and hit Enter
You can clone this repository into your Sublime Text/Packages
Note
To find Packages folder call Menu > Preferences > Browse Packages...
cd ~/Library/Application\ Support/Sublime\ Text/Packages/
git clone https://github.com/SublimeText/Slim.git "Ruby Slim"
cd ~/.config/sublime-text/Packages
git clone https://github.com/SublimeText/Slim.git "Ruby Slim"
cd "%APPDATA%\Sublime Text\Packages"
git clone https://github.com/SublimeText/Slim.git "Ruby Slim"
-
Ruby Slim 2.0.0 requires Sublime Text 4107+
-
Syntax highlighting in filters tags is powered by 3rd-party packages
-
Old TextMate compatible ruby-slim.tmbundle is installed on Sublime Text 2 and 3. It is however no longer actively maintained.