From 3adc021c06a46f34fc79467e1722a50e794ee2a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Plagborg=20Bak=20S=C3=B8rensen?= <57013304+kpbaks@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:05:34 +0200 Subject: [PATCH] feat(ruby): detect `.irbrc` file as ruby (#14382) --- languages.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/languages.toml b/languages.toml index 9055a6d9a..d177fbe95 100644 --- a/languages.toml +++ b/languages.toml @@ -1091,6 +1091,7 @@ file-types = [ { glob = "Scanfile" }, { glob = "Snapfile" }, { glob = "Gymfile" }, + { glob = ".irbrc" }, ] shebangs = ["ruby"] comment-token = "#"