feat(ruby): detect .irbrc file as ruby (#14382)

This commit is contained in:
Kristoffer Plagborg Bak Sørensen
2025-09-04 16:05:34 +02:00
committed by GitHub
parent d1750a7502
commit 3adc021c06

View File

@@ -1091,6 +1091,7 @@ file-types = [
{ glob = "Scanfile" },
{ glob = "Snapfile" },
{ glob = "Gymfile" },
{ glob = ".irbrc" },
]
shebangs = ["ruby"]
comment-token = "#"