Skip to content

Commit

Permalink
shell のコード部分にシンタックスハイライトを適用
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuda-san-desu committed Jan 6, 2025
1 parent 11aa2d7 commit 18c8181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/rails_guides/markdown/renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def brush_for(code_type)
"ERB"
when "html"
"XML" # HTML is understood, but there are .xml rules in the CSS
when "bash"
when "bash", "shell"
"ConsoleLexer"
else
"PlainText"
Expand Down

0 comments on commit 18c8181

Please sign in to comment.