Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get syntax highlighting on Kivy, .kv, file in Pycharm on OSX? [duplicate]

What are the steps needed to get syntax highlighting on .kv files in PyCharm on OSX?

like image 594
Phil Andrews Avatar asked Jun 23 '16 22:06

Phil Andrews


1 Answers

The import settings for PyCharm can be found here: https://github.com/Zen-CODE/kivybits/tree/master/IDE

KV Lang File Type Support

  • Download this file
  • On Pycharm’s main menu, click "File"-> "Import" (or Import Settings)
  • Select this file and PyCharm will present a dialog with filetypes ticked. Click OK.
  • You are done. Restart PyCharm.
like image 84
Phil Andrews Avatar answered Sep 18 '22 17:09

Phil Andrews