Pattern for array
Open
enhancement
question
- Dominant language
- CoffeeScript
- Stars
- 518
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
I'm using a library that defines RGB colors in arrays: `"rgba(100, 160, 200, 0.5)"` becomes simply `[100, 160, 200, 0.5]`.
Using arrays or lists is a common and flexible way to work with colors.
Is it possible to define new patterns using regex that can be changed in the settings?
Thank you.
Contributor guide
Assessment
This issue has not been assessed yet.