Skip to content

Commit

Permalink
Fix selector symbols with interpolation
Browse files Browse the repository at this point in the history
Don't remove interpolation within selectors.

Detached rulesets is a Less thing.
  • Loading branch information
deathaxe committed Mar 9, 2024
1 parent 1fd6c5b commit 11535a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Preferences/Symbol List - Selector.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<integer>1</integer>
<key>symbolTransformation</key>
<string>
s/\{.*\}//g; # remove blocks (detached rulesets)
s/\/\*.*?\*\///g; # remove block comments
s/\s*\/\/[^\n]*\n//g; # remove line comments
s/\s+([,;)\]}])/$1/g; # remove whitespace before punctuation
Expand Down

0 comments on commit 11535a2

Please sign in to comment.