Skip to content

mweibel/elixir-tmbundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published