Skip to content

Commit

Permalink
Update troubleshooting (#109)
Browse files Browse the repository at this point in the history
Add hint to check CSS package being enabled.

caused by https://forum.sublimetext.com/t/no-scss-syntax-highlighting-solved/72174
  • Loading branch information
deathaxe authored May 7, 2024
1 parent e0ce1aa commit dff7d04
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,18 @@ The easiest way to install is using [Package Control](https://packagecontrol.io)

SCSS extends Sublime Text's CSS syntax definition as of ST4149.

If SCSS syntax highlighting doesn't work and console displays syntax errors, please make sure to remove any out-dated syntax override.
If SCSS syntax highlighting doesn't work and console displays syntax errors,

Steps:
1. check if CSS package enabled.
2. remove any out-dated syntax override.

### Enable CSS package

1. Open `Command Palette` using <kbd>ctrl+shift+P</kbd> or menu item `Tools → Command Palette...`
2. Choose `Package Control: Enable Packages`
3. Find `CSS` and hit <kbd>Enter</kbd>

### Remove overrides

1. call _Menu > Preferences > Browse Packages.._
2. Look for _CSS_ folder
Expand Down

0 comments on commit dff7d04

Please sign in to comment.