Skip to content

crystal-lang-tools/Crystal.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crystal.tmbundle

TextMate 2 Bundle for Crystal.

Install

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone https://github.com/crystal-lang-tools/Crystal.tmbundle.git

Features

  • Build - Compile current file - CMD + b
  • Run - Run crystal run $current_file - CMD + r
  • Format Code - Auto check and format current file - CMD + s
  • Test - Run crystal spec $current_file - CMD + SHIFT + r

Special crystal path.

By default, this bundle will try to call the crystal command. You can specify a path via TM_CRYSTAL env variable.

TM_CRYSTAL=/path/to/your/crystal

Contributors

See all contributors

Releases

No releases published

Packages

No packages published