Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 669 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 669 Bytes

opal.tmbundle

TextMate bundle for Opal Ruby

Features

  • Grammar ⌃⌥⇧O
  • f snippet for JS functions inside x-strings
  • on snippet for Vienna views

Installation

mkdir -p ~/Library/Application\ Support/Avian/Bundles
cd ~/Library/Application\ Support/Avian/Bundles
git clone git://github.com/opal/opal-ruby.tmbundle.git

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright

Copyright © 2013 Elia Schito. See MIT-LICENSE for details.