# Sublime-Jedi A Jedi syntax highlight plugin for Sublime Text 3. Sublime Text 3 的 Jedi 语法高亮插件。 ![Preview](https://cloud.githubusercontent.com/assets/5101076/22195748/7d07eb00-e184-11e6-8f0e-914aa3fe20bf.png) *(Color Scheme: [Boxy Yesterday](https://packagecontrol.io/packages/Boxy%20Theme) and Solarized Dark)* **Notice: Sublime-Jedi has two versions now. New `sublime-syntax` definition is supported in the latest version of Sublime Text 3, so Sublime-Jedi's major release will not support Sublime Text 2 or TextMate in future. You can find the old package at [Sublime-Jedi-Legacy](https://github.com/CyanSalt/Sublime-Jedi-Legacy). The new definition has many exciting feature, e.g. inline PHP syntax, so the major release is recommended.** **请注意: Sublime-Jedi 现在有两个版本。Sublime Text 3 的最新版本支持新的 `sublime-syntax` 语法,因此 Sublime-Jedi 的主要版本未来将不会支持 Sublime Text 2 以及 TextMate。你可以在 [Sublime-Jedi-Legacy](https://github.com/CyanSalt/Sublime-Jedi-Legacy) 找到旧版本的插件包。新的语法有非常多一颗赛艇的特性,例如行内PHP语法等,因此强烈推荐使用新版。** ### What's Jedi? [Jedi](https://github.com/baixing/jedi) is a template language we use in production. [Jedi](https://github.com/baixing/jedi) 是一种用于生产环境的模板语言。 ### Sublime-Jedi This plugin is created for Sublime Text 3. You can use either major release or legacy version in Sublime Text 3. Since it use .tmLanguage, the legacy version may support TextMate or legacy versions of Sublime Text. *Notice: There is no guarantee that the legacy will work in future.* 本插件是为 Sublime Text 3 撰写的。在 Sublime Text 3 中,你可以使用新版或旧版任何一种。 由于旧版使用了 .tmLanguage 语法,因此理论上来说也支持 TextMate 和旧版本的 Sublime Text。 *注:旧版不会保证未来依然可用。* ### Install (in Sublime Text) * Make sure you have installed [Package Control](https://packagecontrol.io/installation) Plugin * Click 'Preference' -> 'Package Control' -> 'Install Package' * Search 'Jedi Syntax' and install the plugin * Restart Sublime Text after the process finishing   * 确保已经安装了 [Package Control](https://packagecontrol.io/installation) 插件 * 依次选择 'Preference' -> 'Package Control' -> 'Install Package' * 搜索并安装 'Jedi Syntax' * 在后台任务结束后重启 Sublime Text ### Can I Modify It? Of Course! And welcome any issues or pull requests. 当然!欢迎各位提Issue或者PR。