feat: add Brewfile to Ruby file-types (#7629)
This commit is contained in:
parent
ab819ede9a
commit
86bf0e00fe
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ source = { git = "https://github.com/nix-community/tree-sitter-nix", rev = "1b69
|
|||
name = "ruby"
|
||||
scope = "source.ruby"
|
||||
injection-regex = "ruby"
|
||||
file-types = ["rb", "rake", "rakefile", "irb", "gemfile", "gemspec", "Rakefile", "Gemfile", "rabl", "jbuilder", "jb", "Podfile", "podspec", "Vagrantfile"]
|
||||
file-types = ["rb", "rake", "rakefile", "irb", "gemfile", "gemspec", "Rakefile", "Gemfile", "rabl", "jbuilder", "jb", "Podfile", "podspec", "Vagrantfile", "Brewfile"]
|
||||
shebangs = ["ruby"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
|
|
Loading…
Reference in a new issue