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: about 2 months ago
JSON representation
TextMate bundler for Opal Ruby
- Host: GitHub
- URL: https://github.com/opal/opal.tmbundle
- Owner: opal
- License: mit
- Created: 2013-07-04T09:45:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-24T10:07:02.000Z (about 10 years ago)
- Last Synced: 2024-11-08T06:44:17.648Z (3 months ago)
- Size: 160 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome-opal - opal.tmbundle - TextMate bundler for Opal Ruby (Uncategorized / Uncategorized)
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.