您好我正在学习Rails3所以我开始使用gem Bundler(http://github.com/carlhuda/bundler) 有谁知道,如何设置TextMate以突出显示 Gemfile 语法? 谢谢!
答案 0 :(得分:36)
在Textmate中,选择Bundles菜单=>捆绑编辑器
选择语言而不是全部显示。
在Ruby on rails bundle中选择Ruby on Rails语言
更改此行:
fileTypes = ( 'rb', 'rxml', 'builder' );
到此:
fileTypes = ( 'rb', 'rxml', 'builder', 'Gemfile' );
转到Bundles => Bundles Editior => Reload Bundles。
重新打开您的Gemfile,您现在应该获得语法高亮显示。
答案 1 :(得分:0)
从https://github.com/drnic/Bundler.tmbundle.git安装textmate包。
步骤:
1. mkdir -p ~/Library/Application\ Support/TextMate/Bundles
2. cd ~/Library/Application\ Support/TextMate/Bundles
3. git clone https://github.com/drnic/Bundler.tmbundle.git
4. osascript -e 'tell app "TextMate" to reload bundles'
5.打开Gemfile并从下面的菜单中选择“Bundler”