Skip to content

Commit

Permalink
Add Podfile and *.podspec to the file types for ruby (#5811)
Browse files Browse the repository at this point in the history
  • Loading branch information
zummenix authored Feb 3, 2023
1 parent f7bd7b5 commit 7b46a6c
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 @@ -519,7 +519,7 @@ source = { git = "https://github.com/cstrahan/tree-sitter-nix", rev = "6b71a810c
name = "ruby"
scope = "source.ruby"
injection-regex = "ruby"
file-types = ["rb", "rake", "rakefile", "irb", "gemfile", "gemspec", "Rakefile", "Gemfile", "rabl", "jbuilder", "jb"]
file-types = ["rb", "rake", "rakefile", "irb", "gemfile", "gemspec", "Rakefile", "Gemfile", "rabl", "jbuilder", "jb", "Podfile", "podspec"]
shebangs = ["ruby"]
roots = []
comment-token = "#"
Expand Down

0 comments on commit 7b46a6c

Please sign in to comment.