abe33 / abe33/atom-pigments

[Feature Request] Also color variables

Open
#322 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.