Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 09 Apr 2015 22:24:20 UTC Commit: 4e6da78f54e8734dc84386c2df1610985da91931 https://github.com/geany/geany/commit/4e6da78f54e8734dc84386c2df1610985da919...
Log Message: ----------- 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.
Modified Paths: -------------- data/filetypes.html
Modified: data/filetypes.html 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -44,7 +44,7 @@ php_comment=comment php_commentline=comment_line php_operator=operator -php_hstring_variable=string_2 +php_hstring_variable=preprocessor php_complex_variable=preprocessor
jscript_start=tag
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).