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:
parent
1bed458ab9
commit
4e6da78f54
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user