https://github.com/mislav/textmate-bundles
My fork of a repo that once was "textmate/bundles"
https://github.com/mislav/textmate-bundles
Last synced: 2 months ago
JSON representation
My fork of a repo that once was "textmate/bundles"
- Host: GitHub
- URL: https://github.com/mislav/textmate-bundles
- Owner: mislav
- Created: 2010-04-19T16:59:25.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-04-19T19:41:37.000Z (about 15 years ago)
- Last Synced: 2025-04-11T15:55:11.270Z (2 months ago)
- Size: 90.8 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# About
This is a meta-project containing TextMate bundles as submodules.
It serves as an index and easy way to checkout a lot of “recommended” bundles.
# Using This Project
To checkout this project and all bundles it links to:
git clone git://github.com/textmate/bundles.git
cd bundles
git submodule update --init# Getting Your Bundle Added
If you have a bundle and think it should be included then fork this project and run:
git submodule add «public url» «name».tmbundle
git commitIn the commit message make the first line (summary) a short description of your bundle. In the list it will be shown after your bundle so make it as descriptive as possible.
Things worth mentioning in the summary are if the bundle is for a programming language, build system, markup language, (javascript) framework, database system, related to web development, etc.
After committing your change you can push to GitHub and send us a pull request.