From 40d7b36f6c870e253047b06cbc011069f2b9a729 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Fri, 7 Feb 2025 16:42:36 -0800 Subject: [PATCH] Add the alias 'shell' to the Bash parser --- shell/Markdown.VT/ColorCode.VT/Parser/Bash.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/Markdown.VT/ColorCode.VT/Parser/Bash.cs b/shell/Markdown.VT/ColorCode.VT/Parser/Bash.cs index 5a40b4b6..d2719050 100644 --- a/shell/Markdown.VT/ColorCode.VT/Parser/Bash.cs +++ b/shell/Markdown.VT/ColorCode.VT/Parser/Bash.cs @@ -65,7 +65,7 @@ public bool HasAlias(string lang) switch (lang.ToLower()) { case "sh": - return true; + case "shell": case "azurecli": return true; default: