Add a couple common Ruby file suffixes (#6812)
Release Notes: - Added `Gemfile.lock` and `rake` as associated Ruby files.
This commit is contained in:
@@ -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 = ";:.,=}])>"
|
||||
|
||||
Reference in New Issue
Block a user