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

若如初见. 提交于 2020-11-30 09:04:09

问题


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


回答1:


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.


来源:https://stackoverflow.com/questions/38002630/how-to-get-syntax-highlighting-on-kivy-kv-file-in-pycharm-on-osx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!