Skip to content

Commit 8fc4c0d

Browse files
authored
Add the alias shell to the Bash parser (#336)
1 parent 274ff5d commit 8fc4c0d

File tree

1 file changed

+1
-1
lines changed
  • shell/Markdown.VT/ColorCode.VT/Parser

1 file changed

+1
-1
lines changed

shell/Markdown.VT/ColorCode.VT/Parser/Bash.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public bool HasAlias(string lang)
6565
switch (lang.ToLower())
6666
{
6767
case "sh":
68-
return true;
68+
case "shell":
6969
case "azurecli":
7070
return true;
7171
default:

0 commit comments

Comments
 (0)