]> git.lizzy.rs Git - micro.git/commitdiff
Add support for Fastlane and Cocoapods file syntax highlighting (#1544)
authorAndrew Havens <email@andrewhavens.com>
Tue, 3 Mar 2020 01:03:28 +0000 (17:03 -0800)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 01:03:28 +0000 (20:03 -0500)
runtime/syntax/ruby.yaml

index 593fad528c65abe62e94df87faad46e0243b5de2..9247b69196074b9d0be4fe3bd80905e681204685 100644 (file)
@@ -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: