search

Home  >  Q&A  >  body text

gvim - vim too long string causes code highlighting to fail

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?

天蓬老师天蓬老师2743 days ago653

reply all(1)I'll reply

  • 高洛峰

    高洛峰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",
                 // ...
             );
    

    reply
    0
  • Cancelreply