From 85218e72f1fb20a2edd1c5e33824032f0b8c014f Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Tue, 28 Apr 2020 08:15:34 +0200 Subject: [PATCH 1/3] Add explicit support for bundled PhpStorm language syntax (#153) Add explicit support for bundled PhpStorm language syntax PhpStorm [1] ships with support for specific languages, frameworks and libraries for PHP development and of course advanced highlighting for PHP. Due to the same problems documented in GH-120 (and mitigated in GH-121) some syntax theme keys required to be replaced with explicit definitions instead of relying on color inheritances. Therefore this commit adds explicit support for PhpStorm's bundled language syntax: 1. Main support for "PHP" [2] and the official JetBrains plugin [3] 2. Laravel "Blade" Templates [4] See JetBrains official "Blade" documentation [5] and the plugin [6] for more details. 3. "Twig" template engine [7] See JetBrains official "Twig" documentation [8] and the plugin [9] for more details. 4. "Smarty" templates [10] See JetBrains official "Smarty" documentation [11] for more details. [1]: https://www.jetbrains.com/phpstorm [2]: https://www.php.net [3]: https://plugins.jetbrains.com/plugin/6610-php [4]: https://laravel.com/docs/7.x/blade [5]: https://www.jetbrains.com/help/phpstorm/blade-page.html [6]: https://plugins.jetbrains.com/plugin/7569-blade [7]: https://twig.symfony.com [8]: https://www.jetbrains.com/help/phpstorm/symfony-twig.html [9]: https://plugins.jetbrains.com/plugin/7303-twig [10]: https://www.smarty.net [11]: https://www.jetbrains.com/help/phpstorm/smarty.html Related to GH-120, GH-121 Closes GH-151 Co-authored-by: Sven Greb --- resources/themes/nord.xml | 342 +++++++++++++++++++++++++++++++++++++- 1 file changed, 340 insertions(+), 2 deletions(-) diff --git a/resources/themes/nord.xml b/resources/themes/nord.xml index dcee935..408d1e4 100644 --- a/resources/themes/nord.xml +++ b/resources/themes/nord.xml @@ -3,7 +3,7 @@ 2016-09-24T21:08:20 idea 2019.3.0.0 - 2020-02-16T08:34:12 + 2020-04-27T14:48:34 Nord @@ -49,8 +49,8 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4735,6 +5032,47 @@ + + + + + + + +