From 18c8181a3c73b5912bd61baf1302695529d70365 Mon Sep 17 00:00:00 2001 From: rakuda Date: Mon, 6 Jan 2025 15:43:52 +0900 Subject: [PATCH] =?UTF-8?q?shell=20=E3=81=AE=E3=82=B3=E3=83=BC=E3=83=89?= =?UTF-8?q?=E9=83=A8=E5=88=86=E3=81=AB=E3=82=B7=E3=83=B3=E3=82=BF=E3=83=83?= =?UTF-8?q?=E3=82=AF=E3=82=B9=E3=83=8F=E3=82=A4=E3=83=A9=E3=82=A4=E3=83=88?= =?UTF-8?q?=E3=82=92=E9=81=A9=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guides/rails_guides/markdown/renderer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/rails_guides/markdown/renderer.rb b/guides/rails_guides/markdown/renderer.rb index e22d64c78b9..fe4cced8325 100644 --- a/guides/rails_guides/markdown/renderer.rb +++ b/guides/rails_guides/markdown/renderer.rb @@ -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"