Skip to content

vim: syntax: handle escaped quote in cmakeString

Daniel Hahler requested to merge blueyed/cmake:vim-escape into master

This is meant to handle the following:

string(REPLACE """ "'" ${FOO} ${BAR})

Merge request reports