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 10:44:32 -04:00
committed by GitHub
parent 97fbec9b33
commit 7ef6600cdd
+1
View File
@@ -3,6 +3,7 @@ grammar = "ruby"
path_suffixes = [
"rb",
"Gemfile",
"Guardfile",
"rake",
"Rakefile",
"ru",