Add Podfile and *.podspec to the file types for ruby (#5811)
This commit is contained in:
parent
f7bd7b5eaf
commit
7b46a6cada
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ source = { git = "https://github.com/cstrahan/tree-sitter-nix", rev = "6b71a810c
|
||||||
name = "ruby"
|
name = "ruby"
|
||||||
scope = "source.ruby"
|
scope = "source.ruby"
|
||||||
injection-regex = "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"]
|
shebangs = ["ruby"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
|
|
Loading…
Reference in a new issue