Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/opal/opal.tmbundle

TextMate bundler for Opal Ruby
https://github.com/opal/opal.tmbundle

Last synced: 4 months ago
JSON representation

TextMate bundler for Opal Ruby

Lists

README

        

# opal.tmbundle

TextMate bundle for Opal Ruby

## Features

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

## Installation

```bash
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.