Address a couple comments re Ruby file associations (#6863)
Release Notes: - Fixed: Address a [couple comments re Ruby file associations](https://github.com/zed-industries/zed/pull/6812#discussion_r1468437144)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name = "Ruby"
|
||||
path_suffixes = ["rb", "Gemfile", "Gemfile.lock", "rake"]
|
||||
path_suffixes = ["rb", "Gemfile", "rake", "Rakefile"]
|
||||
first_line_pattern = '^#!.*\bruby\b'
|
||||
line_comments = ["# "]
|
||||
autoclose_before = ";:.,=}])>"
|
||||
|
||||
Reference in New Issue
Block a user