Improve Ruby language to recognize Guardfiles (#9530)

Release Notes:

- Improved Ruby language to recognize Guardfile.
This commit is contained in:
Ben Hamment 2024-03-19 14:44:32 +00:00 committed by GitHub
parent 97fbec9b33
commit 7ef6600cdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ grammar = "ruby"
path_suffixes = [
"rb",
"Gemfile",
"Guardfile",
"rake",
"Rakefile",
"ru",