Add Podfile and *.podspec to the file types for ruby (#5811)

pull/5/head
Aleksey Kuznetsov 1 year ago committed by GitHub
parent f7bd7b5eaf
commit 7b46a6cada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = "#"

Loading…
Cancel
Save