Skip to content

Commit 8b754f4

Browse files
committed
Support console name in the shell lexer
1 parent 4c4d0d9 commit 8b754f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_doc/application.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule ExDoc.Application do
55
def start(_type, _args) do
66
Makeup.Registry.register_lexer(ExDoc.ShellLexer,
77
options: [],
8-
names: ["shell", "sh", "bash", "zsh"],
8+
names: ["shell", "console", "sh", "bash", "zsh"],
99
extensions: []
1010
)
1111

0 commit comments

Comments
 (0)