Skip to content

Commit

Permalink
feat: add alias to mermaid language (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonbottero authored Sep 27, 2024
1 parent e9c86ed commit 9778a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources-grammars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ export const sourcesMarketplace: GrammarSource[] = [
{
name: 'mermaid',
displayName: 'Mermaid',
aliases: ['mmd'],
source: 'https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/blob/master/syntaxes/mermaid.tmLanguage.yaml',
marketplace: {
name: 'bpruitt-goddard.mermaid-markdown-syntax-highlighting',
Expand Down

0 comments on commit 9778a54

Please sign in to comment.