Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Add custom properties to autocomplete #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions settings/language-css.cson
Original file line number Diff line number Diff line change
Expand Up @@ -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