From 11535a2bb8c3a5ad4c9d0acc340f4f939c36a945 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sat, 9 Mar 2024 20:30:49 +0100 Subject: [PATCH] Fix selector symbols with interpolation Don't remove interpolation within selectors. Detached rulesets is a Less thing. --- Preferences/Symbol List - Selector.tmPreferences | 1 - 1 file changed, 1 deletion(-) diff --git a/Preferences/Symbol List - Selector.tmPreferences b/Preferences/Symbol List - Selector.tmPreferences index ee0ccdb1..ba839d46 100644 --- a/Preferences/Symbol List - Selector.tmPreferences +++ b/Preferences/Symbol List - Selector.tmPreferences @@ -9,7 +9,6 @@ 1 symbolTransformation - 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