TextMate bundles become available to PyCharm when they are downloaded to your computer.
- Make sure that TextMate bundles you want to import to PyCharm, are already downloaded. For example, you can find the desired TextMate bundles
on GitHub
.
It is important to note that PyCharm cannot read the binary bundles. Use only bundle sources instead. You can find them on GitHub
.
- Open the IDE Settings, and click TextMate Bundles.
- In the TextMate Bundles page, click
:
- In the Select Path dialog box that opens, locate the desired bundle in the file system, and click OK. Repeat this step as required.
- Apply changes.
- If necessary, add the desired file type to the to the imported TM bundle.
For example, if you want Ruby files with
.rb
extension to be supported by the PyCharm's TextMate integration, you have to open for editing the fileRuby.tmbundle\Syntaxes\Ruby.plist
, locate the sectionfileTypes
, and underarray
addrb
.Then restart PyCharm.
- Just to make sure that the desired file type will be opened via the TextMate bundles, open File Types
page of the Settings dialog, among the recognized file types find Files supported via TextMate bundles,
and see the list of extensions: