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:
Stuart Hinson 2024-01-27 09:09:15 -05:00 committed by GitHub
parent ac3e0afb3d
commit bd39258fc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = ";:.,=}])>"