cwtools / cwtools/cwtools-vscode

Auto correction removes "hsv" before brackets

Open
#47 0 comments 0 reactions 0 assignees View on GitHub
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

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.