Skip to content

Commit

Permalink
feat: Add asm-lsp (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis authored Jan 14, 2024
1 parent 17133aa commit f96f22b
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 @@ -324,6 +324,12 @@
"fileMatch": ["artifacthub-repo.yml"],
"url": "https://json.schemastore.org/artifacthub-repo.json"
},
{
"name": "asm-lsp",
"description": "Configuration file for asm-lsp",
"fileMatch": [".asm-lsp.toml", "asm-lsp.toml"],
"url": "https://raw.githubusercontent.com/bergercookie/asm-lsp/master/asm-lsp_config_schema.json"
},
{
"name": "AssemblyScript",
"description": "AssemblyScript is TypeScript-like language that is compiled to WebAssembly (wasm)",
Expand Down

0 comments on commit f96f22b

Please sign in to comment.