From a19cd2e6d053f611a7716dc013f66d18567fd6b9 Mon Sep 17 00:00:00 2001 From: Andrew Havens Date: Mon, 2 Mar 2020 17:03:28 -0800 Subject: [PATCH] Add support for Fastlane and Cocoapods file syntax highlighting (#1544) --- runtime/syntax/ruby.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/ruby.yaml b/runtime/syntax/ruby.yaml index 593fad52..9247b691 100644 --- a/runtime/syntax/ruby.yaml +++ b/runtime/syntax/ruby.yaml @@ -1,7 +1,7 @@ filetype: ruby detect: - filename: "\\.(rb|rake|gemspec)$|^(Gemfile|config.ru|Rakefile|Capfile|Vagrantfile|Guardfile)$" + filename: "\\.(rb|rake|gemspec)$|^(Gemfile|config.ru|Rakefile|Capfile|Vagrantfile|Guardfile|Appfile|Fastfile|Pluginfile|Podfile)$" header: "^#!.*/(env +)?ruby( |$)" rules: