Skip to content

Commit

Permalink
fix: override yaml display name
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 7, 2024
1 parent f36c407 commit 79e4c20
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 @@ -325,6 +325,7 @@ export const sourcesVSCode: GrammarSource[] = [
},
{
name: 'yaml',
displayName: 'YAML',
aliases: ['yml'],
source: 'https://github.com/microsoft/vscode/blob/main/extensions/yaml/syntaxes/yaml.tmLanguage.json',
categories: ['data'],
Expand Down

0 comments on commit 79e4c20

Please sign in to comment.