goyox86 / elixir-tmbundle

A TextMate Bundle for the Elixir programming language.

Home Page:http://github.com/josevalim/elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixir.tmbundle

A TextMate Bundle for the Elixir programming language.

Installation

Type the following commands to setup the bundle for TextMate:

$ mkdir -p ~/Library/Application\ Support/TextMate/Bundles
$ cd !$
$ git clone git://github.com/elixir-lang/elixir-tmbundle Elixir.tmbundle
$ osascript -e 'tell app "TextMate" to reload bundles'

If you are using TextMate 2, type the following commands in your shell:

$ mkdir -p ~/Library/Application\ Support/Avian/Bundles
$ cd ~/Library/Application\ Support/Avian/Bundles
$ git clone git://github.com/elixir-lang/elixir-tmbundle Elixir.tmbundle

If you are using Sublime Text 2, type the following commands in your shell:

$ cd ~/.config/sublime-text-2/Packages # If you are on Linux
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages # If you are on Mac
$ git clone git://github.com/elixir-lang/elixir-tmbundle Elixir.tmbundle

You can now use Elixir's color syntax in files. In some case, you should restart Sublime Text to make changes work.

The bundle is still in development and includes syntax highlighting. Contributions and extensions are welcome!

About

A TextMate Bundle for the Elixir programming language.

http://github.com/josevalim/elixir

License:Other