feat: add Brewfile to Ruby file-types (#7629)

pull/7619/head^2
Michael Goodness 12 months ago committed by GitHub
parent ab819ede9a
commit 86bf0e00fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save