MarioRicalde / SCSS.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
833 stars 110 forks source link

Use explicit count modifiers #212

Closed pchaigno closed 7 years ago

pchaigno commented 7 years ago

The construction {1,} in regular expressions is only supported by Oniguruma (which is used by TextMate). This TextMate bundle is used to highlight SCSS code on github.com. However, github.com is using a PCRE-based engine for regexes.

This pull request fixes that by using explicit count modifiers.

pchaigno commented 7 years ago

Whoops, my bad, this is absolutely compatible with PCRE engines :/