From 9dceda2afdf79e85fa7efdd5859d5ad67925ad27 Mon Sep 17 00:00:00 2001 From: Sean Wood Date: Mon, 30 Jan 2017 08:15:36 +0200 Subject: [PATCH] Add custom property to autocomplete symbols --- settings/language-css.cson | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/settings/language-css.cson b/settings/language-css.cson index 1704cf2..327aa6f 100644 --- a/settings/language-css.cson +++ b/settings/language-css.cson @@ -38,3 +38,10 @@ 'description': "Creates a Color from hue (0-360), saturation (0-100%), lightness (0-100%), and alpha (0-1)." 'descriptionMoreURL': 'https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#hsla()' }] + +'.source.css .variable.css': + 'autocomplete': + 'symbols': + 'variable': + 'selector': '.variable.css' + 'typePriority': 2