mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
* routine commit
* starting support of imported objective-c bundle
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -16,7 +16,7 @@ task :bundle do
|
||||
end
|
||||
|
||||
desc "generate bundle file for textmate snippets."
|
||||
task :textmate_bundle do
|
||||
task :textmate_bundle => [:convert] do
|
||||
sh 'emacs --batch -l yasnippet.el --eval "(yas/compile-textmate-bundle)"'
|
||||
sh "tar czf pkg/yasnippet-textmate-bundle-#{$version}.el.tgz yasnippet-textmate-bundle.el"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user