enyancc / vscode-ext-color-highlight

Extension adds colored border around css/web colors in the editor
GNU General Public License v3.0
262 stars 83 forks source link

Highlighting wrong scss variable #175

Open push-on opened 1 year ago

push-on commented 1 year ago

image

$lightBlue-50: #F0F9FF; <- $lightBlue-100: #E0F2FE; $lightBlue-200: #BAE6FD; $lightBlue-300: #7DD3FC; $lightBlue-400: #38BDF8; $lightBlue-500: #0EA5E9; <- $lightBlue-600: #0284C7; $lightBlue-700: #0369A1; $lightBlue-800: #075985; $lightBlue-900: #0C4A6E;

here light blue gets highlighted because of similar name.