mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-28 09:54:33 +00:00
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:
parent
ac3e0afb3d
commit
bd39258fc7
1 changed files with 1 additions and 1 deletions
|
@ -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 = ";:.,=}])>"
|
||||
|
|
Loading…
Reference in a new issue