Add a couple common Ruby file suffixes (#6812)

Release Notes:

- Added `Gemfile.lock` and `rake` as associated Ruby files.
This commit is contained in:
Stuart Hinson 2024-01-26 19:24:25 -05:00 committed by GitHub
parent 6bdfde44f4
commit 9833d4b0c3
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"]
path_suffixes = ["rb", "Gemfile", "Gemfile.lock", "rake"]
first_line_pattern = '^#!.*\bruby\b'
line_comments = ["# "]
autoclose_before = ";:.,=}])>"