Skip to content

Commit

Permalink
Support console name in the shell lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 20, 2021
1 parent 4c4d0d9 commit 8b754f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_doc/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule ExDoc.Application do
def start(_type, _args) do
Makeup.Registry.register_lexer(ExDoc.ShellLexer,
options: [],
names: ["shell", "sh", "bash", "zsh"],
names: ["shell", "console", "sh", "bash", "zsh"],
extensions: []
)

Expand Down

0 comments on commit 8b754f4

Please sign in to comment.