P233 / Syntax-highlighting-for-Sass

A Sublime Text 3 package for highlighting both Sass and SCSS syntax.
MIT License
286 stars 39 forks source link

Intending a line with a single quotation mark causes SublimeText 3 to freeze #88

Open Ninjami-Miika opened 6 years ago

Ninjami-Miika commented 6 years ago

Steps to reproduce:

  1. Set syntax highlighting either SCSS or Sass (P233)
  2. Write anything containing odd amount of single single quotation marks
  3. Press [TAB].
  4. Profit??

This causes SublimeText 3 to freeze and I must force quit it. I tried like 100 times and every time the same issue. Doesn't happen with any other package/syntax.

Other packages in use:

Haven't tried with clean install.

screen shot 2018-02-06 at 20 40 18
P233 commented 6 years ago

It looks like this bug is caused by Emmet. If you reproduce this issue with the official CSS syntax, it still happens. But disable Emmet would solve the issue.