mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
languages: Fix ruby rakefile and gemfile file type (#2875)
This commit is contained in:
parent
16ccc7ead8
commit
24351c20d4
@ -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 = "#"
|
||||
|
Loading…
Reference in New Issue
Block a user