PHP: Use the variable style for variable interpolated in strings

Use the same variable style for simple interpolations ("$foo") than for
complex ones ("${foo}") instead of using the string style itself.  This
gives a visual feedback for simple interpolations.
This commit is contained in:
Colomban Wendling 2015-04-10 00:24:20 +02:00
parent 1bed458ab9
commit 4e6da78f54

View File

@ -44,7 +44,7 @@ php_variable=preprocessor
php_comment=comment php_comment=comment
php_commentline=comment_line php_commentline=comment_line
php_operator=operator php_operator=operator
php_hstring_variable=string_2 php_hstring_variable=preprocessor
php_complex_variable=preprocessor php_complex_variable=preprocessor
jscript_start=tag jscript_start=tag