Skip to content

Commit

Permalink
Update markdown-codeblock extension
Browse files Browse the repository at this point in the history
- chore: added-astro-block (#2)
- Pull contributions
  • Loading branch information
lacherogwu committed Dec 8, 2024
1 parent 6a71cc7 commit 688af2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/markdown-codeblock/assets/icons/astro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions extensions/markdown-codeblock/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,9 @@ export const LIST_ITEMS = [
icon: "icons/applescript.svg",
keywords: ["applescript"],
},
{
title: "Astro",
icon: "icons/astro.svg",
keywords: ["astro"],
},
];

0 comments on commit 688af2f

Please sign in to comment.