Skip to content

Commit

Permalink
fix: Available for both file type
Browse files Browse the repository at this point in the history
  • Loading branch information
kihaya authored Jun 26, 2022
1 parent 60cc40a commit ea7a160
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 @@ -446,7 +446,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"]
file-types = ["rb", "rake", "rakefile", "irb", "gemfile", "gemspec", "Rakefile", "Gemfile"]
shebangs = ["ruby"]
roots = []
comment-token = "#"
Expand Down

0 comments on commit ea7a160

Please sign in to comment.