As shown in the picture, the code highlighting in the front is normal, but after the white color appears, the code is no longer highlighted, and VIM's automatic indentation also fails. What should I do?
高洛峰2017-05-16 16:43:32
Just write it like this
$links = array (
"www.example.com/path/to/sw",
"www.example1.com/path/to/sw",
// ...
);