cwtools / cwtools/cwtools-vscode
Auto correction removes "hsv" before brackets
Open
- Dominant language
- F#
- Stars
- 110
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Auto correction of CWTools always remove "hsv" before brackets, makes
```
color = hsv {
30
0.44
0.58
}
```
into
```
color = {
30
0.44
0.58
}
```
The former syntax is legal. It shouldn't be corected.
Contributor guide
Assessment
This issue has not been assessed yet.