Add custom properties to autocomplete
Description of the Change
Add symbol selector for custom variables for auto-completion allowing these to be a part of the suggestions for the .source.css .variable.css scope.
Fixes https://github.com/atom/language-css/issues/103
Applicable Issues
https://github.com/atom/autocomplete-css/issues/56 https://github.com/atom/autocomplete-plus/issues/740
I intend to write tests as soon as I have time!
Are these autocompletions even necessary anymore in language-css? Do they only show up when autocomplete-css is disabled?
Without my additions, variable completions are not shown with or without autocomplete-css.
Hmm. Interesting. I'll have to take a bit to understand the relationship between this file and autocomplete.
Ok, I just tried testing this out along with the related autocomplete-css change but I can't get any variable autocompletions to show up. Is it still working for you?