SchemaStore/schemastore

Alacritty schema "color" category should be "colors" (plural)

Closed this issue · 2 comments

Area with issue?

JSON Schema

✔️ Expected Behavior

See the subject. The "colors" category is a plural word the Alacritty terminal setting.

❌ Actual Behavior

I am using a VS Code extension called "taplo" which makes use of the schemas from here for it's autocompletion suggestions.
I was using it to edit my TOML configuration file for the Alacritty terminal.

I noticed that it suggested "color", also for all subcategories below it.
This is not what Alacritty expects, it must be plural "colors", Alacritty generates an error when done wrong.

YAML or JSON file that does not work.

https://raw.githubusercontent.com/distinction-dev/alacritty-schema/main/alacritty/reference.json

IDE or code editor.

Visual Studio Code

Are you making a PR for this?

No, someone else must create the PR. (Visiting this project for the first time, and I am not sure what work is already done and of more things than I noticed are incorrect, I am also still very new with Alacritty)

Update: I just noticed "megenta" is also spelled wrong. It should be "magenta", with an "a".

This issue can only be fixed at the source: https://github.com/distinction-dev/alacritty-schema/blob/main/alacritty/reference.json

It might be worth extracting this to a file that exists in this repository if that schema file is not updated for the latest Alacritty releases