mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 05:27:07 +04:00
feat: add Brewfile to Ruby file-types (#7629)
This commit is contained in:
parent
ab819ede9a
commit
86bf0e00fe
@ -700,7 +700,7 @@ source = { git = "https://github.com/nix-community/tree-sitter-nix", rev = "1b69
|
||||
name = "ruby"
|
||||
scope = "source.ruby"
|
||||
injection-regex = "ruby"
|
||||
file-types = ["rb", "rake", "rakefile", "irb", "gemfile", "gemspec", "Rakefile", "Gemfile", "rabl", "jbuilder", "jb", "Podfile", "podspec", "Vagrantfile"]
|
||||
file-types = ["rb", "rake", "rakefile", "irb", "gemfile", "gemspec", "Rakefile", "Gemfile", "rabl", "jbuilder", "jb", "Podfile", "podspec", "Vagrantfile", "Brewfile"]
|
||||
shebangs = ["ruby"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
|
Loading…
Reference in New Issue
Block a user