Skip to content

Commit

Permalink
feat: alacritty v0.13.0 migrated to toml (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
budimanjojo authored Jan 11, 2024
1 parent 8ec54e6 commit 19eb214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5156,7 +5156,7 @@
{
"name": "Alacritty Configuration",
"description": "Alacritty configuration yaml file",
"fileMatch": [".alacritty.yml", "alacritty.yml"],
"fileMatch": [".alacritty.yml", "alacritty.yml", "alacritty.toml"],
"url": "https://raw.githubusercontent.com/distinction-dev/alacritty-schema/main/alacritty/reference.json"
},
{
Expand Down

0 comments on commit 19eb214

Please sign in to comment.