Skip to content

Instantly share code, notes, and snippets.

@huacnlee
Created November 1, 2013 02:20
Show Gist options
  • Save huacnlee/7260152 to your computer and use it in GitHub Desktop.
Save huacnlee/7260152 to your computer and use it in GitHub Desktop.
~/.tm_properties TextMate 2 for Ruby, Ruby on Rails, RSpec 配置文件
[ "{*.yml,*.yml.default}" ]
fileType = source.yaml
[ "{Capfile,Gemfile,Gemfile.lock,Guardfile}" ]
fileType = source.ruby
[ *_spec.rb ]
fileType = source.ruby.rspec
[ "{app/{models,controllers,mailers,helpers,cells,uploaders}/**/*.rb,*_controller.rb,*_helper.rb,*_mailer.rb}" ]
fileType = source.ruby.rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment