1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-04-20 05:33:51 +02:00

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

This commit is contained in:
Aleksey Kuznetsov 2023-02-04 00:46:57 +05:00 committed by GitHub
parent f7bd7b5eaf
commit 7b46a6cada
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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