Skip to content

Commit d6c33f2

Browse files
Merge pull request #1808 from yasslab/apply_syntax_highlight_to_shell
shell のコード部分にシンタックスハイライトを適用
2 parents 11aa2d7 + 18c8181 commit d6c33f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/rails_guides/markdown/renderer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def brush_for(code_type)
6969
"ERB"
7070
when "html"
7171
"XML" # HTML is understood, but there are .xml rules in the CSS
72-
when "bash"
72+
when "bash", "shell"
7373
"ConsoleLexer"
7474
else
7575
"PlainText"

0 commit comments

Comments
 (0)