Skip to content

Commit

Permalink
feat: add Brewfile to Ruby file-types (#7629)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoodness authored Jul 14, 2023
1 parent ab819ed commit 86bf0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "#"
Expand Down

0 comments on commit 86bf0e0

Please sign in to comment.