ruby: Add Podfile as Ruby extension language path suffix (#12392)

Release Notes:

- N/A

Closes zed-industries/extensions#803
This commit is contained in:
moshyfawn 2024-05-28 15:58:48 -04:00 committed by GitHub
parent 726026a267
commit fb911bc478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@ path_suffixes = [
"thor",
"pryrc",
"simplecov",
"Podfile",
]
first_line_pattern = '^#!.*\bruby\b'
line_comments = ["# "]