mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Improve Ruby language to recognize Guardfiles (#9530)
Release Notes: - Improved Ruby language to recognize Guardfile.
This commit is contained in:
parent
97fbec9b33
commit
7ef6600cdd
@ -3,6 +3,7 @@ grammar = "ruby"
|
||||
path_suffixes = [
|
||||
"rb",
|
||||
"Gemfile",
|
||||
"Guardfile",
|
||||
"rake",
|
||||
"Rakefile",
|
||||
"ru",
|
||||
|
Loading…
Reference in New Issue
Block a user