Skip to content

Commit

Permalink
feat: Add browsh schema (#3541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu authored Jan 22, 2024
1 parent 101e0fb commit df35ddd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,12 @@
"fileMatch": ["messages.json"],
"url": "https://json.schemastore.org/browser.i18n.json"
},
{
"name": "browsh configuration",
"description": "Configuration file for browsh",
"fileMatch": ["**/browsh/config.toml"],
"url": "https://raw.githubusercontent.com/browsh-org/browsh/master/webext/assets/browsh-schema.json"
},
{
"name": "bucklescript",
"description": "BuckleScript configuration file",
Expand Down

0 comments on commit df35ddd

Please sign in to comment.