Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该怎么做才能使 PhpStorm 突出显示 *.js.twig 文件中的 javascript 语法,因为它突出显示 *.js 文件,同时突出显示 twig 标签和结构。
打开设置面板(在文件 > 设置...中),然后在左侧菜单的“IDE 设置”下选择“文件类型”。在右侧菜单中,选择“已识别文件类型”下的“Javascript 文件”,然后单击“已注册模式”下的“+”。输入“*.js.twig”并单击“确定”。