Sass
Sass and SCSS syntax for Sublime Text
Details
Installs
- Total 1.27M
- Win 633K
- Mac 450K
- Linux 188K
Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 6 | 8 | 14 | 13 | 14 | 17 | 15 | 11 | 11 | 26 | 13 | 47 | 13 | 20 | 12 | 9 | 25 | 15 | 16 | 13 | 14 | 7 | 13 | 18 | 11 | 13 | 16 | 13 | 10 | 7 | 12 | 10 | 16 | 14 | 10 | 8 | 3 | 19 | 13 | 14 | 13 | 16 | 11 | 11 | 12 | 10 |
Mac | 3 | 3 | 3 | 5 | 5 | 14 | 13 | 3 | 4 | 9 | 10 | 10 | 10 | 5 | 6 | 8 | 6 | 8 | 23 | 10 | 15 | 2 | 5 | 8 | 10 | 10 | 6 | 10 | 2 | 4 | 6 | 18 | 12 | 9 | 6 | 5 | 6 | 6 | 9 | 5 | 9 | 10 | 5 | 5 | 6 | 9 |
Linux | 2 | 4 | 7 | 14 | 7 | 4 | 6 | 3 | 6 | 9 | 4 | 4 | 4 | 0 | 5 | 2 | 1 | 9 | 8 | 2 | 7 | 5 | 7 | 7 | 10 | 4 | 7 | 7 | 5 | 10 | 4 | 8 | 4 | 9 | 5 | 4 | 9 | 0 | 5 | 5 | 6 | 10 | 5 | 4 | 3 | 8 |
Readme
- Source
- raw.githubusercontent.com
Sass and SCSS
Sass syntax definitions for Sublime Text based on its CSS syntax.
Highlights .sass
or .scss
files, and provides
- snippets
- completions
- symbols
Installation
Package Control
The easiest way to install is using Package Control. It's listed as Sass
.
- Open
Command Palette
using ctrl+shift+P or menu itemTools → Command Palette...
- Choose
Package Control: Install Package
- Find
Sass
and hit Enter
Troubleshooting
SCSS extends Sublime Text's CSS syntax definition as of ST4149.
If SCSS syntax highlighting doesn't work and console displays syntax errors,
- check if CSS package is enabled.
- remove any out-dated syntax override.
Enable CSS package
- Open
Command Palette
using ctrl+shift+P or menu itemTools → Command Palette...
- Choose
Package Control: Enable Packages
- Find
CSS
and hit Enter
Remove overrides
- call Menu > Preferences > Browse Packages..
- Look for CSS folder
- Remove it or at least delete any CSS.sublime-syntax in it
Notes
Development on the Sass syntax is currently frozen. It's too high maintenance since it's so different from CSS. Furthermore, the Sass language doesn't support various features that SCSS does: it's not left behind by the Sass team per se, but SCSS is the primary language right now. That being said, if you want to improve the Sass syntax, contributions are more than welcome.