Add a couple common Ruby file suffixes (#6812)
Release Notes: - Added `Gemfile.lock` and `rake` as associated Ruby files.
This commit is contained in:
parent
6bdfde44f4
commit
9833d4b0c3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
name = "Ruby"
|
name = "Ruby"
|
||||||
path_suffixes = ["rb", "Gemfile"]
|
path_suffixes = ["rb", "Gemfile", "Gemfile.lock", "rake"]
|
||||||
first_line_pattern = '^#!.*\bruby\b'
|
first_line_pattern = '^#!.*\bruby\b'
|
||||||
line_comments = ["# "]
|
line_comments = ["# "]
|
||||||
autoclose_before = ";:.,=}])>"
|
autoclose_before = ";:.,=}])>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue