Syntax-highlighting-for-Sass icon indicating copy to clipboard operation
Syntax-highlighting-for-Sass copied to clipboard

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

Open Ninjami-Miika opened this issue 7 years ago • 1 comments

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:

  • Babel
  • Emmet
  • Material Theme
  • Package Control
  • PyV8

Haven't tried with clean install. screen shot 2018-02-06 at 20 40 18

Ninjami-Miika avatar Feb 06 '18 18:02 Ninjami-Miika

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.

P233 avatar Feb 10 '18 03:02 P233