如何在PhpStorm中更改自定义Laravel指令的颜色?

时间:2019-09-20 16:57:20

标签: laravel phpstorm

我有自定义指令

    \Blade::directive('test', function($expression) {
        return "<?php if (\\code) : ?>";
    });

    \Blade::directive('endtest', function($expression) {
        return "<?php endif; // code ?>";
    });

在编辑器中,该指令为白色

enter image description here

如何使PhpStorm识别我的指令并为其着色?

3 个答案:

答案 0 :(得分:0)

转到Preferences > Languages & Frameworks > PHP > Blade并禁用复选框Use default settings。然后切换到选项卡Directives,并使用等效的PHP代码添加指令。这还具有启用代码完成的优势。

答案 1 :(得分:0)

enter image description here 请按照下面的屏幕截图添加您的自定义指令

答案 2 :(得分:0)

Сlarification

PspStorm Blade插件不适用于2020.1中带有“ _”的名称