mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
Add support for Fastlane and Cocoapods file syntax highlighting (#1544)
This commit is contained in:
parent
9e8d76f2fa
commit
a19cd2e6d0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue