From 79e4c20bfcb59607b5fa3b858942839278b8086f Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 7 Jul 2024 09:25:06 +0800 Subject: [PATCH] fix: override yaml display name --- sources-grammars.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sources-grammars.ts b/sources-grammars.ts index 3714012..da47808 100644 --- a/sources-grammars.ts +++ b/sources-grammars.ts @@ -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'],