*.rb files in pycharm
We have Pycharm professional edition (paid) and most of our files of the project are *.py we are working with chef tool and we have a small amount of ruby files (*.rb) in the past we had code highlight for the ruby files and now after the upgrade it was stopped.
Is it possible to get just the ruby highlight code for PyCharm?
Is it possible to get just the ruby highlight code for PyCharm?
请先登录再写评论。
you have 2 options:
- go to Settings->File Types, add new File Type associated with *.rb and specify ruby keywords
- use Settings->TextMate Bundles (see help) to add
ruby bundle (which I believe can be found here)