[Feature Request] Also color variables
Open
enhancement
- Dominant language
- CoffeeScript
- Stars
- 518
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
For example if I'm doing
```javascript
const mycolor = '#f00';
console.log(mycolor); // this should be red.
```
or
```javascript
const obj = {
mycolor : '#f00'
}
console.log(obj.mycolor) //this should be red color
```
Contributor guide
Assessment
This issue has not been assessed yet.