Improve Ruby language to recognize Guardfiles (#9530)
Release Notes: - Improved Ruby language to recognize Guardfile.
This commit is contained in:
parent
97fbec9b33
commit
7ef6600cdd
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ grammar = "ruby"
|
||||||
path_suffixes = [
|
path_suffixes = [
|
||||||
"rb",
|
"rb",
|
||||||
"Gemfile",
|
"Gemfile",
|
||||||
|
"Guardfile",
|
||||||
"rake",
|
"rake",
|
||||||
"Rakefile",
|
"Rakefile",
|
||||||
"ru",
|
"ru",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue