Grzegorz Szymaszek aa2904eebc Ticket # 4060: escape backslashes in PHP single quote string.
In PHP strings delimited with single quotes, there are two characters
that can be escaped: \ and '. For example, the PHP string 'a\'b\\c\d'
could be printed as ‘a'b\c\d’.

Escaping quotes was already possible with the PHP syntax file. This
commit adds support for escaping backslashes. It fixes mcedit’s syntax
highlighting on PHP strings that end with \\ (like 'aaa\\').

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2020-02-08 19:45:59 +03:00
..
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00
2010-09-12 20:26:43 +03:00
2013-07-23 14:15:24 +04:00
2014-09-02 15:32:36 +04:00
2016-03-16 09:36:26 +03:00
2016-01-01 17:44:26 +04:00
2010-03-05 20:37:48 +02:00
2016-01-07 09:04:35 +03:00
2011-07-12 11:45:41 +03:00
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00